Esempio n. 1
0
 public AppCustomer GetCustomer(string customerid, string companyid, string objectid)
 {
     ApplicationService.customer customer = appclient.GetCustomer(companyid, customerid, objectid);
     return(AppCustomer.ConvertServiceCustomerToAppCustomer(customer));
 }