Пример #1
0
 public grupo GetById(long id)
 {
     return(_repo.GetSingle(x => x.id == id));
 }