Пример #1
0
 public List <TaskModel> GetAll()
 {
     return(dal.GetAll());
 }