public List <CCustomerGroup> GetCustomerGroupList(string InputValue, ref COutputValue Output) { IList <CCustomerGroup> list = new CCustomerDao().GetCustomerGroupList(InputValue, ref Output); return((List <CCustomerGroup>)(list)); }
public CApplicationMessage UpdateCustomerGroup(string InputValue) { CApplicationMessage list = new CCustomerDao().UpdateCustomerGroup(InputValue); return(list);//<CItems>(list); }
public List <CCustomer> GetCustomerList(string InputValue, ref COutputValue pOutput) { IList <CCustomer> list = new CCustomerDao().GetCustomerList(InputValue, ref pOutput); return((List <CCustomer>)(list)); }