Ejemplo n.º 1
0
 public lystikaServer.n11ShipmentService.GetShipmentTemplateListResponse GetShipmentTemplateList(lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest GetShipmentTemplateListRequest)
 {
     lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest1 inValue = new lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest1();
     inValue.GetShipmentTemplateListRequest = GetShipmentTemplateListRequest;
     lystikaServer.n11ShipmentService.GetShipmentTemplateListResponse1 retVal = ((lystikaServer.n11ShipmentService.ShipmentServicePort)(this)).GetShipmentTemplateList(inValue);
     return(retVal.GetShipmentTemplateListResponse);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <lystikaServer.n11ShipmentService.GetShipmentTemplateListResponse1> GetShipmentTemplateListAsync(lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest GetShipmentTemplateListRequest)
 {
     lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest1 inValue = new lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest1();
     inValue.GetShipmentTemplateListRequest = GetShipmentTemplateListRequest;
     return(((lystikaServer.n11ShipmentService.ShipmentServicePort)(this)).GetShipmentTemplateListAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <lystikaServer.n11ShipmentService.GetShipmentTemplateListResponse1> lystikaServer.n11ShipmentService.ShipmentServicePort.GetShipmentTemplateListAsync(lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest1 request)
 {
     return(base.Channel.GetShipmentTemplateListAsync(request));
 }
Ejemplo n.º 4
0
 lystikaServer.n11ShipmentService.GetShipmentTemplateListResponse1 lystikaServer.n11ShipmentService.ShipmentServicePort.GetShipmentTemplateList(lystikaServer.n11ShipmentService.GetShipmentTemplateListRequest1 request)
 {
     return(base.Channel.GetShipmentTemplateList(request));
 }