Пример #1
0
 public data.Objects.AspNetUser GetOneById(int id)
 {
     return(_repo.GetOneById(id));
 }