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