Пример #1
0
 public void DeletePhonebyCustomer(Guid id)
 {
     _iPhoneRepository.DeletePhonebyCustomer(id);
 }