示例#1
0
 public bool IsCustomerExist(Customer customer)
 {
     return(_customerRepository.IsCustomerExist(customer));
 }