コード例 #1
0
ファイル: MembroService.cs プロジェクト: jbrambilla/boletobdl
 public IEnumerable <Membro> GetAll()
 {
     return(_membroRepository.GetAll());
 }