Ejemplo n.º 1
0
 public static GoalDto Map(Goal domain) => domain is null ? default :
Ejemplo n.º 2
0
 public Developer()
 {
     _tasksToDo = new Collection <TaskToDo>();
     Goal       = new Goal();
 }