Exemple #1
0
 public System.Threading.Tasks.Task <RIIS.CarManager.DbWebSvc.InsertWithParamResponse> InsertWithParamAsync(string tableName, byte[] ParameterBytes)
 {
     RIIS.CarManager.DbWebSvc.InsertWithParamRequest inValue = new RIIS.CarManager.DbWebSvc.InsertWithParamRequest();
     inValue.tableName      = tableName;
     inValue.ParameterBytes = ParameterBytes;
     return(((RIIS.CarManager.DbWebSvc.DbWebSvcSoap)(this)).InsertWithParamAsync(inValue));
 }
Exemple #2
0
 public void InsertWithParam(string tableName, byte[] ParameterBytes)
 {
     RIIS.CarManager.DbWebSvc.InsertWithParamRequest inValue = new RIIS.CarManager.DbWebSvc.InsertWithParamRequest();
     inValue.tableName      = tableName;
     inValue.ParameterBytes = ParameterBytes;
     RIIS.CarManager.DbWebSvc.InsertWithParamResponse retVal = ((RIIS.CarManager.DbWebSvc.DbWebSvcSoap)(this)).InsertWithParam(inValue);
 }
Exemple #3
0
 System.Threading.Tasks.Task <RIIS.CarManager.DbWebSvc.InsertWithParamResponse> RIIS.CarManager.DbWebSvc.DbWebSvcSoap.InsertWithParamAsync(RIIS.CarManager.DbWebSvc.InsertWithParamRequest request)
 {
     return(base.Channel.InsertWithParamAsync(request));
 }
Exemple #4
0
 RIIS.CarManager.DbWebSvc.InsertWithParamResponse RIIS.CarManager.DbWebSvc.DbWebSvcSoap.InsertWithParam(RIIS.CarManager.DbWebSvc.InsertWithParamRequest request)
 {
     return(base.Channel.InsertWithParam(request));
 }