public DetalleFacturaController(IDetalleFacturaAppService detalleFacturaAppService, IFacturaAppService facturaAppService,
     IProductoAppService productoAppService)
 {
     _detalleFacturaAppService = detalleFacturaAppService;
     _facturaAppService = facturaAppService;
     _productoAppService = productoAppService;
 }
Ejemplo n.º 2
0
 public DetalleFacturaController(IDetalleFacturaAppService detalleFacturaAppService, IFacturaAppService facturaAppService,
                                 IProductoAppService productoAppService)
 {
     _detalleFacturaAppService = detalleFacturaAppService;
     _facturaAppService        = facturaAppService;
     _productoAppService       = productoAppService;
 }
Ejemplo n.º 3
0
 public VentaController(ITerceroAppService terceroAppService, IFormaPagoAppService formapagoAppService, IUsuarioAppService
                        usuarioAppService, IFacturaAppService facturaAppService, IDetalleFacturaAppService detallefacturaAppService,
                        ITransaccionAppService transaccionAppService, IDetalleTransaccionAppService detalletransaccionAppService,
                        IProductoAppService productoAppService)
 {
     _terceroAppService            = terceroAppService;
     _formapagoAppService          = formapagoAppService;
     _usuarioAppService            = usuarioAppService;
     _facturaAppService            = facturaAppService;
     _detallefacturaAppService     = detallefacturaAppService;
     _transaccionAppService        = transaccionAppService;
     _detalletransaccionAppService = detalletransaccionAppService;
     _productoAppService           = productoAppService;
 }
Ejemplo n.º 4
0
 public VentaController(ITerceroAppService terceroAppService, IFormaPagoAppService formapagoAppService, IUsuarioAppService
     usuarioAppService, IFacturaAppService facturaAppService, IDetalleFacturaAppService detallefacturaAppService,
     ITransaccionAppService transaccionAppService, IDetalleTransaccionAppService detalletransaccionAppService,
     IProductoAppService productoAppService)
 {
     _terceroAppService = terceroAppService;
     _formapagoAppService = formapagoAppService;
     _usuarioAppService = usuarioAppService;
     _facturaAppService = facturaAppService;
     _detallefacturaAppService = detallefacturaAppService;
     _transaccionAppService = transaccionAppService;
     _detalletransaccionAppService = detalletransaccionAppService;
     _productoAppService = productoAppService;
 }