コード例 #1
0
ファイル: GrupoService.cs プロジェクト: Pablo1402/Chabelly
 public grupo GetById(long id)
 {
     return(_repo.GetSingle(x => x.id == id));
 }