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