public CRM_ORDER_SH[] Report(CRM_ORDER_SH model, string token) { return(client.Report(model, token)); }
public CRM_ORDER_SH[] ReadByParam(CRM_ORDER_SH model, string token) { return(client.ReadByParam(model, token)); }