コード例 #1
0
 public Customer[] FindCustomersByName(string nameToMatch)
 {
     return(BasicInformationLogic.FindCustomersByName(RequestContext.Current.TenantId, nameToMatch));
 }