Esempio n. 1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.BokaService.getIOResponse> getIOAsync(string SearchString, int Typ)
 {
     Gro.Infrastructure.Data.BokaService.getIORequest inValue = new Gro.Infrastructure.Data.BokaService.getIORequest();
     inValue.Body = new Gro.Infrastructure.Data.BokaService.getIORequestBody();
     inValue.Body.SearchString = SearchString;
     inValue.Body.Typ          = Typ;
     return(((Gro.Infrastructure.Data.BokaService.BokaServiceSoap)(this)).getIOAsync(inValue));
 }
Esempio n. 2
0
 public Gro.Core.DataModels.Boka.BookingOrder getIO(string SearchString, int Typ)
 {
     Gro.Infrastructure.Data.BokaService.getIORequest inValue = new Gro.Infrastructure.Data.BokaService.getIORequest();
     inValue.Body = new Gro.Infrastructure.Data.BokaService.getIORequestBody();
     inValue.Body.SearchString = SearchString;
     inValue.Body.Typ          = Typ;
     Gro.Infrastructure.Data.BokaService.getIOResponse retVal = ((Gro.Infrastructure.Data.BokaService.BokaServiceSoap)(this)).getIO(inValue);
     return(retVal.Body.getIOResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.BokaService.getIOResponse> Gro.Infrastructure.Data.BokaService.BokaServiceSoap.getIOAsync(Gro.Infrastructure.Data.BokaService.getIORequest request)
 {
     return(base.Channel.getIOAsync(request));
 }
Esempio n. 4
0
 Gro.Infrastructure.Data.BokaService.getIOResponse Gro.Infrastructure.Data.BokaService.BokaServiceSoap.getIO(Gro.Infrastructure.Data.BokaService.getIORequest request)
 {
     return(base.Channel.getIO(request));
 }