Exemplo n.º 1
0
        public HNomiContext GetDBContext()
        {
            var context = new HNomiContext(_options);

            context.Database.EnsureCreated();
            return(context);
        }
 public DetallesTipoNominaRepository(HNomiContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public TipoNominaRepository(HNomiContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public ImpuestosRepository(HNomiContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public TurnosTrabajoRepository(HNomiContext context)
 {
     _context = context;
 }