Example #1
0
 public int Update(CRM_OA_OPINION model, string ptoken)
 {
     return(client.Update(model, ptoken));
 }
Example #2
0
 public CRM_OA_OPINION[] ReadByParam(CRM_OA_OPINION model, string ptoken)
 {
     return(client.ReadByParam(model, ptoken));
 }