예제 #1
0
 public void DeleteOwner(int id)
 {
     _ownerRepository.DeleteOwnerByID(id);
 }