Esempio n. 1
0
 public System.Threading.Tasks.Task <int> GenerarFacturaAsync(RestauranteService.Factura factura)
 {
     return(base.Channel.GenerarFacturaAsync(factura));
 }
Esempio n. 2
0
 public int GenerarFactura(RestauranteService.Factura factura)
 {
     return(base.Channel.GenerarFactura(factura));
 }