Exemplo n.º 1
0
 public GenericRepository(SGPContext context)
 {
     Db    = context;
     DbSet = context.Set <TEntity>();
 }
Exemplo n.º 2
0
 public SetorRepository(SGPContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public ClassificacaoDeAtivosRepository(SGPContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 public FabricanteRepository(SGPContext context) : base(context)
 {
 }
Exemplo n.º 5
0
 public CategoriaRepository(SGPContext context) : base(context)
 {
 }