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