示例#1
0
 public BusinessPerfiles(ICatalogoPerfilesService objIcatalogos, sicobimContext sicobimContext, IInventarioService objperfil, IUserService userService)
 {
     _catalogoPerfilesService = objIcatalogos;
     _objsicobimContext       = sicobimContext;
     _tblPerfilesService      = objperfil;
     _userService             = userService;
 }
示例#2
0
 public PreciosController(IPreciosService service, IPreciosMap map, IPrecioCatalogoService precioCatalogoService, IInventarioService inventarioService)
 {
     this.service = service;
     this.map     = map;
     this.precioCatalogoService = precioCatalogoService;
     this.inventarioService     = inventarioService;
 }
 public OrdenController(IMonedaService monedaService, IOrdenService service, IOrdenMap map, IContactoService contactoService, IUserService userService, IInventarioService inventarioService)
 {
     this.service           = service;
     this.map               = map;
     this.contactoService   = contactoService;
     this.userService       = userService;
     this.inventarioService = inventarioService;
     this.monedaService     = monedaService;
 }
 public InventarioController(IMonedaService monedaService, IFamiliaService familiaService, IUnidadService unidadService, IBodegaService bodegaService, IInventarioService service, IInventarioMap map)
 {
     this.service        = service;
     this.map            = map;
     this.bodegaService  = bodegaService;
     this.unidadService  = unidadService;
     this.familiaService = familiaService;
     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;
 }
 public GastoController(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;
 }
示例#7
0
 public DescuentoPromocionController(IPromocionProductoMap promoProdMap, IPromocionProductoService promoProdService,
                                     IInventarioService IInventarioService, IContactoService IClienteService,
                                     IDescuentoUsuarioClaveService DescUserClaveService, IDescuentoUsuarioClaveMap mapDesClavecUser,
                                     IDescuentoPromocionMap map, IDescuentoUsuarioRangoMap mapDescUserRango,
                                     IDescuentoUsuarioRangoService DescUserServiceRango, IDescuentoUsuarioService DescUserService,
                                     IDescuentoPromocionService service, IUserService IUserService, IDescuentoUsuarioMap mapDescUser)
 {
     this.service              = service;
     this.map                  = map;
     this.IUserService         = IUserService;
     this.mapDescUser          = mapDescUser;
     this.DescUserService      = DescUserService;
     this.mapDescUserRango     = mapDescUserRango;
     this.DescUserServiceRango = DescUserServiceRango;
     this.DescUserClaveService = DescUserClaveService;
     this.mapDesClavecUser     = mapDesClavecUser;
     this.IClienteService      = IClienteService;
     this.IInventarioService   = IInventarioService;
     this.promoProdMap         = promoProdMap;
     this.promoProdService     = promoProdService;
 }
示例#8
0
 public InventarioController(IInventarioService Inventarios)
 {
     _Inventarios = Inventarios;
 }
 public BusinessGenericoInventarios(IInventarioService InventarioServiceGenerico, sicobimContext sicobimContext)
 {
     _InventarioServiceGenerico = InventarioServiceGenerico;
     _objsicobimContext         = sicobimContext;
 }
示例#10
0
 public ProdutoService(IProdutoRepository produtoRepository, IInventarioService inventarioService)
 {
     _produtoRepository = produtoRepository;
     _inventarioService = inventarioService;
 }
 public BusinessInventarioEquipoMedico(IInventarioService objEquipoMedico, sicobimContext sicobimContext)
 {
     _inventarioServiceEquipoMedico = objEquipoMedico;
     _objsicobimContext             = sicobimContext;
 }
示例#12
0
 public ProdutoService(IProdutoRepository produtoRepository, IInventarioService inventarioService)
 {
     this.produtoRepository = produtoRepository;
     this.inventarioService = inventarioService;
 }
 public BusinessInventarioSistemas(IInventarioService objSistemas, sicobimContext sicobimContext)
 {
     _inventarioServiceSistemas = objSistemas;
     _objsicobimContext         = sicobimContext;
 }
 public BusinessInventarioMobiliario(IInventarioService objInventarioMobiliario, sicobimContext sicobimContext)
 {
     _InventarioServiceMobiliario = objInventarioMobiliario;
     _objsicobimContext           = sicobimContext;
 }
示例#15
0
 public InventarioMap(IInventarioService service, IHostingEnvironment hostingEnvironment)
 {
     this.service            = service;
     this.hostingEnvironment = hostingEnvironment;
 }
示例#16
0
 public BusinessInventarioInstrumentalMedico(IInventarioService objInstrumental, sicobimContext sicobimContext)
 {
     _inventarioServiceInstrumentalMedico = objInstrumental;
     _objsicobimContext = sicobimContext;
 }
示例#17
0
 public BusinessResguardatario(IInventarioService objResguardatario, sicobimContext sicobimContext)
 {
     _inventarioServiceResguardatarios = objResguardatario;
     _objsicobimContext = sicobimContext;
 }
示例#18
0
 public InventarioAppServiceBase(IInventarioService inventarioService)
     : base(inventarioService)
 {
     _inventarioService = inventarioService;
 }
示例#19
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="producto_service"></param>
 public InventarioController(IInventarioService inventario_service)
 {
     this.inventario_service = inventario_service;
 }
示例#20
0
 public InventarioMap(IInventarioService service)
 {
     this.service = service;
 }