Exemplo n.º 1
0
 public IEnumerable <data.Objects.AspNetUser> GetAll()
 {
     return(_repo.GetAll());
 }