public DetalleTransaccionController(IDetalleTransaccionAppService detalleTransaccionAppService,
                                     ITransaccionAppService transaccionAppService, IProductoAppService productoAppService)
 {
     _detalleTransaccionAppService = detalleTransaccionAppService;
     _transaccionAppService        = transaccionAppService;
     _productoAppService           = productoAppService;
 }
 public DetalleTransaccionController(IDetalleTransaccionAppService detalleTransaccionAppService,
     ITransaccionAppService transaccionAppService, IProductoAppService productoAppService)
 {
     _detalleTransaccionAppService = detalleTransaccionAppService;
     _transaccionAppService = transaccionAppService;
     _productoAppService = productoAppService;
 }
 public DetalleFacturaController(IDetalleFacturaAppService detalleFacturaAppService, IFacturaAppService facturaAppService,
     IProductoAppService productoAppService)
 {
     _detalleFacturaAppService = detalleFacturaAppService;
     _facturaAppService = facturaAppService;
     _productoAppService = productoAppService;
 }
 public MaestrosController(
     IProductoAppService productoAppService,
     IItemTablaAppService itemTablaAppService)
 {
     _productoAppService  = productoAppService;
     _itemTablaAppService = itemTablaAppService;
 }
Пример #5
0
 public DetalleFacturaController(IDetalleFacturaAppService detalleFacturaAppService, IFacturaAppService facturaAppService,
                                 IProductoAppService productoAppService)
 {
     _detalleFacturaAppService = detalleFacturaAppService;
     _facturaAppService        = facturaAppService;
     _productoAppService       = productoAppService;
 }
Пример #6
0
 public ProductoController(IProductoAppService productoAppService, IMarcaAppService marcaAppService,
     ICategoriaAppService categoriaAppService, ITerceroAppService terceroAppService)
 {
     _productoAppService = productoAppService;
     _marcaAppService = marcaAppService;
     _categoriaAppService = categoriaAppService;
     _terceroAppService = terceroAppService;
 }
Пример #7
0
 public ProductoController(IProductoAppService productoAppService, IMarcaAppService marcaAppService,
                           ICategoriaAppService categoriaAppService, ITerceroAppService terceroAppService)
 {
     _productoAppService  = productoAppService;
     _marcaAppService     = marcaAppService;
     _categoriaAppService = categoriaAppService;
     _terceroAppService   = terceroAppService;
 }
Пример #8
0
 public Productos(ProductoAppService productoAppservice, CategoriaAppService categoriaAppservice, MarcaAppService marcaAppservice,
                  TerceroAppService terceroAppservice)
 {
     InitializeComponent();
     _productoAppservice  = productoAppservice;
     _categoriaAppservice = categoriaAppservice;
     _marcaAppservice     = marcaAppservice;
     _terceroAppservice   = terceroAppservice;
 }
Пример #9
0
 public Productos(ProductoAppService productoAppservice, CategoriaAppService categoriaAppservice, MarcaAppService marcaAppservice,
     TerceroAppService terceroAppservice)
 {
     InitializeComponent();
     _productoAppservice = productoAppservice;
     _categoriaAppservice = categoriaAppservice;
     _marcaAppservice = marcaAppservice;
     _terceroAppservice = terceroAppservice;
 }
Пример #10
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;
 }
Пример #11
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;
 }
Пример #12
0
 public CartController(IProductoAppService productoAppService)
 {
     _productoAppService = productoAppService;
 }
Пример #13
0
 public CartController(IProductoAppService productoAppService)
 {
     _productoAppService= productoAppService;
 }