public ItemCatalogoRepository(SISRHDbContext context) : base(context)
 {
     _context = context;
 }
 public PessoaRepository(SISRHDbContext context) : base(context)
 {
     _context = context;
 }
Esempio n. 3
0
 public PactoTrabalhoRepository(SISRHDbContext context) : base(context)
 {
     _context = context;
 }
 public ObjetoRepository(SISRHDbContext context) : base(context)
 {
     _context = context;
 }
 public AssuntoRepository(SISRHDbContext context) : base(context)
 {
     _context = context;
 }