コード例 #1
0
ファイル: PetsService.cs プロジェクト: Mariusus/PetShop
 public List <Pets> ReadAllPets()
 {
     return(_PetsRepo.ReadAll().ToList());
 }