Beispiel #1
0
 internal IEnumerable <ToDoList> Get()
 {
     return(_repo.GetAll());
 }