Esempio n. 1
0
 public ActionResult <IEnumerable <TodoItem> > Get()
 {
     return(_todoRepository.AllItems().ToList());
 }