5 lines
74 B
C#
5 lines
74 B
C#
|
|
namespace Brizco.Domain.Entities.Task;
|
|||
|
|
|
|||
|
|
public class SubTask : Task
|
|||
|
|
{
|
|||
|
|
}
|