Пример #1
0
 public bool InsertCallRecordWB(string Verifycode, CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecord_ORIG model, ref string msg)
 {
     CC2015_HollyFormsApp.CCWeb.CallRecordService.InsertCallRecordWBRequest inValue = new CC2015_HollyFormsApp.CCWeb.CallRecordService.InsertCallRecordWBRequest();
     inValue.Body            = new CC2015_HollyFormsApp.CCWeb.CallRecordService.InsertCallRecordWBRequestBody();
     inValue.Body.Verifycode = Verifycode;
     inValue.Body.model      = model;
     inValue.Body.msg        = msg;
     CC2015_HollyFormsApp.CCWeb.CallRecordService.InsertCallRecordWBResponse retVal = ((CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecordServiceSoap)(this)).InsertCallRecordWB(inValue);
     msg = retVal.Body.msg;
     return(retVal.Body.InsertCallRecordWBResult);
 }
Пример #2
0
 public GetCallRecord_ORIGByCallIDResponseBody(CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecord_ORIG GetCallRecord_ORIGByCallIDResult, string msg)
 {
     this.GetCallRecord_ORIGByCallIDResult = GetCallRecord_ORIGByCallIDResult;
     this.msg = msg;
 }
Пример #3
0
 public InsertCallRecordWBRequestBody(string Verifycode, CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecord_ORIG model, string msg)
 {
     this.Verifycode = Verifycode;
     this.model      = model;
     this.msg        = msg;
 }