Exemplo n.º 1
0
 public System.Threading.Tasks.Task HandleNewSaleAsync(ControlClient.BatchServiceReference.SalesOrderHeader sale)
 {
     return(base.Channel.HandleNewSaleAsync(sale));
 }
Exemplo n.º 2
0
 public void HandleNewSale(ControlClient.BatchServiceReference.SalesOrderHeader sale)
 {
     base.Channel.HandleNewSale(sale);
 }