コード例 #1
0
 public List <CustomerEntity> GetCustomerByPhoneNo(int?customerId, List <string> lstPhoneNo)
 {
     _customerDataAccess = new CustomerDataAccess(_context);
     return(_customerDataAccess.GetCustomerByPhoneNo(customerId, lstPhoneNo));
 }