Пример #1
0
 public User Get(int id)
 {
     return(repo.Get(id));
 }