Пример #1
0
 public List <TodoEntity> GetAllByStatus(Status status)
 {
     return(_todoDal.GetAllByStatus(status));
 }