コード例 #1
0
ファイル: PetsService.cs プロジェクト: Mariusus/PetShop
 public Pets DeletePet(int id)
 {
     return(_PetsRepo.DeletePet(id));
 }