Пример #1
0
 public List <grupo> GetAllGrupos()
 {
     return(_repo.GetAll().ToList());
 }