Example #1
0
 public Customer DeleteCustomer(int id)
 {
     return(_serviceRepository.DeleteCustomer(id));
 }