示例#1
0
 public CustomerProvider.CustomerRecord GetCustomerByID(string customerID)
 {
     return(_provider.GetCustomerByID(customerID));
 }