public static void UpdateCustomer(PLCustomer PL_Customer) { string[] errors = new string[0]; SLCustomers.ISLCustomers SLCustomers = new SLCustomers.SLCustomersClient(); SLCustomers.UpdateCustomer(DTO_to_SL(PL_Customer), ref errors); }