Exemplo n.º 1
0
 public List <Todo> GetAll()
 {
     return(_todoContext.GetAll());
 }