public OperacionesController(IPedidoService PedidoService, IPedidoDetalleService PedidoDetalleService, IClienteService ClienteService, IEstadoDetalleService EstadoDetalleService, IEstadoPedidoService EstadoPedidoService, ICatalogoService CatalogoService, IMonedaService MonedaService)
 {
     _PedidoService = PedidoService;
     _EstadoPedidoService = EstadoPedidoService;
     _CatalogoService = CatalogoService;
     _MonedaService = MonedaService;
     _EstadoDetalleService = EstadoDetalleService;
     _ClienteService = ClienteService;
     _PedidoDetalleService = PedidoDetalleService;
 }
 public PedidoController(IPedidoService PedidoService, IAdjuntoService AdjuntoService, IPedidoDetalleService PedidoDetalleService, ICatalogoService CatalogoService, IModalidadService ModalidadService, IMonedaService MonedaService, IHerramientaService HerramientaService, IEstadoDetalleService EstadoDetalleService, IEstadoPedidoService EstadoPedidoService, IClienteService ClienteService, IUsuarioService UsuarioService, IPatenteService PatenteService)
 {
     this._PedidoService = PedidoService;
     this._AdjuntoService = AdjuntoService;
     this._PedidoDetalleService = PedidoDetalleService;
     this._CatalogoService = CatalogoService;
     this._ModalidadService  = ModalidadService;
     this._MonedaService = MonedaService;
     this._HerramientaService = HerramientaService;
     this._EstadoDetalleService = EstadoDetalleService;
     this._EstadoPedidoService = EstadoPedidoService;
     this._ClienteService = ClienteService;
     this._UsuarioService = UsuarioService;
     this._PatenteService = PatenteService;
 }
 public MonedaController(IMonedaService mo)
 {
     service = mo;
 }
Example #4
0
 public MonedaAppService(IMonedaService iMonedaService)
 {
     _iMonedaService = iMonedaService;
 }
Example #5
0
 public CajaController(IPuntoVentaService pvService, ICajaService Service, ICajaMap map, IUserService userService, IMonedaService monedaService)
 {
     _Service       = Service;
     _Map           = map;
     _UserService   = userService;
     _MonedaService = monedaService;
     _PVService     = pvService;
 }
 public MonedasController(IMonedaMap map, IMonedaService service, IBitacoraMapper IBitacoraMap)
 {
     this.service = service;
     bitacoraMap  = IBitacoraMap;
     this.map     = map;
 }
 public MonedaController(IMonedaService monedaService)
 {
     this.monedaService = monedaService;
 }
Example #8
0
 public CompraController(ITomaService tomaService, IHaciendaService haciendaService, IHaciendaMap haciendaMap, IKardexMap kardexMap, IBodegaService bodegaService, IUserService userService, ICompraMap map, IInventarioService inventarioService, IMonedaService monedaService, ICompraService service, IContactoService contactoService)
 {
     this.service           = service;
     this.contactoService   = contactoService;
     this.inventarioService = inventarioService;
     this.monedaService     = monedaService;
     this.map             = map;
     this.userService     = userService;
     this.bodegaService   = bodegaService;
     this.kardexMap       = kardexMap;
     this.haciendaMap     = haciendaMap;
     this.haciendaService = haciendaService;
     this.tomaService     = tomaService;
 }
Example #9
0
 public MonedaController(IMonedaService service)
 {
     _service = service;
 }
Example #10
0
 public PuntoVentaController(IPreciosService precioService, IPuntoVentaService service, IPuntoVentaMap map, IMonedaService monedaService, IContactoService contactoService, IBodegaService bodegaService)
 {
     this.service         = service;
     this.map             = map;
     this.monedaService   = monedaService;
     this.contactoService = contactoService;
     this.bodegaService   = bodegaService;
     this.precioService   = precioService;
 }
Example #11
0
 public MovimientoMap(IMovimientoService service, IMonedaService monedaService)
 {
     this.service       = service;
     this.monedaService = monedaService;
 }
 public InventarioController(IStringLocalizer <SharedResources> sharedLocalizer, IHostingEnvironment hostingEnvironment, IMonedaService monedaService, IFamiliaService familiaService, IFamiliaOnlineService familiaOnlineService, IUnidadService unidadService, IBodegaService bodegaService, IInventarioService service, IInventarioMap map, IPreciosService preciosService, IPrecioCatalogoService precioCatalogoService)
 {
     this.service               = service;
     this.map                   = map;
     this.bodegaService         = bodegaService;
     this.unidadService         = unidadService;
     this.familiaService        = familiaService;
     this.familiaOnlineService  = familiaOnlineService;
     this.monedaService         = monedaService;
     this.hostingEnvironment    = hostingEnvironment;
     this.preciosService        = preciosService;
     this.precioCatalogoService = precioCatalogoService;
 }
Example #13
0
 public MonedasController(IBitacoraMapper IBitacoraMap, IMensajeReceptorRepository IMensajeReceptorRepository, IMensajeMap IMensajeMap, IUserRepository IUserRepository, IMensajeService ImensajeService, IMensajeReceptor IMensajeReceptorMap, IMonedaMap monedaMap, IMonedaService monedaService, IHistorialMonedaService pHistorialService, IHistorialMonedaMap pHistorialMap, EmailSender emailSender)
 {
     this.monedaMap                  = monedaMap;
     this.monedaService              = monedaService;
     this.historialService           = pHistorialService;
     this.HistorialMap               = pHistorialMap;
     this.emailSender                = emailSender;
     this.IMensajeMap                = IMensajeMap;
     this.IUserRepository            = IUserRepository;
     this.IMensajeReceptorRepository = IMensajeReceptorRepository;
     this.ImensajeService            = ImensajeService;
     this.IMensajeReceptorMap        = IMensajeReceptorMap;
     this.IBitacoraMap               = IBitacoraMap;
 }
Example #14
0
 public CotizacionProductoController(ICotizacionService Service, ICotizacionMap map, IUserService userService, IMonedaService monedaService)
 {
     _Service       = Service;
     _Map           = map;
     _UserService   = userService;
     _MonedaService = monedaService;
 }
Example #15
0
 public MonedaMap(IMonedaService pMonedaService)
 {
     this.monedaService = pMonedaService;
 }
 public DenominacionesController(IDenominacionesService Service, IDenominacionMap map, IUserService userService, IMonedaService monedaService)
 {
     _Service       = Service;
     _Map           = map;
     _UserService   = userService;
     _MonedaService = monedaService;
 }