コード例 #1
0
 public bool SaveAuto1(AutotClient.AutoPalvelu.Auto pirssi)
 {
     AutotClient.AutoPalvelu.SaveAutoRequest inValue = new AutotClient.AutoPalvelu.SaveAutoRequest();
     inValue.pirssi = pirssi;
     AutotClient.AutoPalvelu.SaveAutoResponse retVal = ((AutotClient.AutoPalvelu.IService1)(this)).SaveAuto1(inValue);
     return(retVal.SaveAutoResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AutotClient.AutoPalvelu.SaveAutoResponse> SaveAuto1Async(AutotClient.AutoPalvelu.Auto pirssi)
 {
     AutotClient.AutoPalvelu.SaveAutoRequest inValue = new AutotClient.AutoPalvelu.SaveAutoRequest();
     inValue.pirssi = pirssi;
     return(((AutotClient.AutoPalvelu.IService1)(this)).SaveAuto1Async(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AutotClient.AutoPalvelu.SaveAutoResponse> AutotClient.AutoPalvelu.IService1.SaveAuto1Async(AutotClient.AutoPalvelu.SaveAutoRequest request)
 {
     return(base.Channel.SaveAuto1Async(request));
 }
コード例 #4
0
 AutotClient.AutoPalvelu.SaveAutoResponse AutotClient.AutoPalvelu.IService1.SaveAuto1(AutotClient.AutoPalvelu.SaveAutoRequest request)
 {
     return(base.Channel.SaveAuto1(request));
 }