Esempio n. 1
0
 internal Repository(SimplesJusticaContext context)
 {
     _context = context;
     Db       = _context.Set <TEntity>();
 }
 internal AutorRepository(SimplesJusticaContext context)
     : base(context)
 {
 }
Esempio n. 3
0
 public UnitOfWork(SimplesJusticaContext context)
 {
     _context = context;
 }
 internal EnderecoRepository(SimplesJusticaContext context)
     : base(context)
 {
 }
Esempio n. 5
0
 internal ReclamacaoRepository(SimplesJusticaContext context)
     : base(context)
 {
 }
 internal AcusadoRepository(SimplesJusticaContext context)
     : base(context)
 {
 }
Esempio n. 7
0
 internal ConciliadorRepository(SimplesJusticaContext context)
     : base(context)
 {
 }
 internal EmpresaRepository(SimplesJusticaContext context)
     : base(context)
 {
 }