コード例 #1
0
ファイル: OwnerService.cs プロジェクト: mapoul/PetStore2019
 public void DeleteOwner(int id)
 {
     _ownerRepository.DeleteOwnerByID(id);
 }