Exemplo n.º 1
0
 public IEnumerable <User> GetAll()
 {
     return(repo.GetList());
 }