示例#1
0
 public IEnumerable <CustomerAddressModel> SearchCustomerByPhone(string keyword)
 {
     return(_orderDal.SearchCustomerByPhone(keyword).Select(x => new CustomerAddressModel(x)));
 }