コード例 #1
0
ファイル: GrupoService.cs プロジェクト: Pablo1402/Chabelly
 public List <grupo> GetAllGrupos()
 {
     return(_repo.GetAll().ToList());
 }