Beispiel #1
0
 // GET api/<controller>
 public IEnumerable <TodoList> Get()
 {
     return(repo.GetAll());
 }