Example #1
0
 public lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesResponse GetShipmentCompanies(lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest GetShipmentCompaniesRequest)
 {
     lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest1 inValue = new lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest1();
     inValue.GetShipmentCompaniesRequest = GetShipmentCompaniesRequest;
     lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesResponse1 retVal = ((lystikaServer.n11ShipmentCompanyService.ShipmentCompanyServicePort)(this)).GetShipmentCompanies(inValue);
     return(retVal.GetShipmentCompaniesResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesResponse1> GetShipmentCompaniesAsync(lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest GetShipmentCompaniesRequest)
 {
     lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest1 inValue = new lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest1();
     inValue.GetShipmentCompaniesRequest = GetShipmentCompaniesRequest;
     return(((lystikaServer.n11ShipmentCompanyService.ShipmentCompanyServicePort)(this)).GetShipmentCompaniesAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesResponse1> lystikaServer.n11ShipmentCompanyService.ShipmentCompanyServicePort.GetShipmentCompaniesAsync(lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest1 request)
 {
     return(base.Channel.GetShipmentCompaniesAsync(request));
 }
Example #4
0
 lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesResponse1 lystikaServer.n11ShipmentCompanyService.ShipmentCompanyServicePort.GetShipmentCompanies(lystikaServer.n11ShipmentCompanyService.GetShipmentCompaniesRequest1 request)
 {
     return(base.Channel.GetShipmentCompanies(request));
 }