Beispiel #1
0
 public IEnumerable <TaskDTO> GetAll()
 {
     return(_taskBusiness.GetTasks());
 }