Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ArrivalStation.ServiceReference1.Pallet[]> retrievePalletsAsync(ArrivalStation.ServiceReference1.Good good, int count, int stationId)
 {
     return(base.Channel.retrievePalletsAsync(good, count, stationId));
 }
Ejemplo n.º 2
0
 public ArrivalStation.ServiceReference1.Pallet[] retrievePallets(ArrivalStation.ServiceReference1.Good good, int count, int stationId)
 {
     return(base.Channel.retrievePallets(good, count, stationId));
 }