Пример #1
0
 public Owner AddNewOwner(Owner owner)
 {
     _validator.OwnerValidation(owner);
     return(_ownerRepository.AddNewOwner(owner));
 }