예제 #1
0
 public System.Threading.Tasks.Task <Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationResponse> AnsaettelseKoerselOpret20170501OperationAsync(Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpretInputType AnsaettelseKoerselOpret)
 {
     Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationRequest inValue = new Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationRequest();
     inValue.AnsaettelseKoerselOpret = AnsaettelseKoerselOpret;
     return(((Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501PortType)(this)).AnsaettelseKoerselOpret20170501OperationAsync(inValue));
 }
예제 #2
0
 public Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501Type AnsaettelseKoerselOpret20170501Operation(Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpretInputType AnsaettelseKoerselOpret)
 {
     Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationRequest inValue = new Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationRequest();
     inValue.AnsaettelseKoerselOpret = AnsaettelseKoerselOpret;
     Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationResponse retVal = ((Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501PortType)(this)).AnsaettelseKoerselOpret20170501Operation(inValue);
     return(retVal.AnsaettelseKoerselOpret20170501);
 }
예제 #3
0
 System.Threading.Tasks.Task <Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationResponse> Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501PortType.AnsaettelseKoerselOpret20170501OperationAsync(Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationRequest request)
 {
     return(base.Channel.AnsaettelseKoerselOpret20170501OperationAsync(request));
 }
예제 #4
0
 Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationResponse Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501PortType.AnsaettelseKoerselOpret20170501Operation(Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpret20170501OperationRequest request)
 {
     return(base.Channel.AnsaettelseKoerselOpret20170501Operation(request));
 }