Exemple #1
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);
 }
Exemple #2
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));
 }
Exemple #3
0
 public AnsaettelseKoerselOpret20170501OperationRequest(Core.ApplicationServices.SdKoersel.AnsaettelseKoerselOpretInputType AnsaettelseKoerselOpret)
 {
     this.AnsaettelseKoerselOpret = AnsaettelseKoerselOpret;
 }