Ejemplo n.º 1
0
 public CRM_ORDER_SH[] Report(CRM_ORDER_SH model, string token)
 {
     return(client.Report(model, token));
 }
Ejemplo n.º 2
0
 public CRM_ORDER_SH[] ReadByParam(CRM_ORDER_SH model, string token)
 {
     return(client.ReadByParam(model, token));
 }