Пример #1
0
 public DataTable SearchCustomerByName(Customer customer)
 {
     return(_customerRepository.SearchCustomerByName(customer));
 }