Beispiel #1
0
 public System.Threading.Tasks.Task <TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Response> UpdateSB100Async(string information)
 {
     TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Request inValue = new TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Request();
     inValue.Body             = new TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100RequestBody();
     inValue.Body.information = information;
     return(((TamoCRM.Web.Mvc.WsOfCasec.WsCRMSoap)(this)).UpdateSB100Async(inValue));
 }
Beispiel #2
0
 public string UpdateSB100(string information)
 {
     TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Request inValue = new TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Request();
     inValue.Body             = new TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100RequestBody();
     inValue.Body.information = information;
     TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Response retVal = ((TamoCRM.Web.Mvc.WsOfCasec.WsCRMSoap)(this)).UpdateSB100(inValue);
     return(retVal.Body.UpdateSB100Result);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Response> TamoCRM.Web.Mvc.WsOfCasec.WsCRMSoap.UpdateSB100Async(TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Request request)
 {
     return(base.Channel.UpdateSB100Async(request));
 }
Beispiel #4
0
 TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Response TamoCRM.Web.Mvc.WsOfCasec.WsCRMSoap.UpdateSB100(TamoCRM.Web.Mvc.WsOfCasec.UpdateSB100Request request)
 {
     return(base.Channel.UpdateSB100(request));
 }