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