public MovimentoEstoqueRepository(ProjetoRcssContext context) : base(context)
 {
 }
Example #2
0
 public ContaRepository(ProjetoRcssContext context) : base(context)
 {
 }
 public ItemMovimentoRepository(ProjetoRcssContext context) : base(context)
 {
 }
Example #4
0
 public UnitOfWork(ProjetoRcssContext context)
 {
     this._context = context;
 }
 public UsuarioRepository(ProjetoRcssContext context) : base(context)
 {
 }
Example #6
0
 public CentroCustoRepository(ProjetoRcssContext context) : base(context)
 {
 }
Example #7
0
 public RepositoryBase(ProjetoRcssContext context)
 {
     this._context = context;
     this.DbSet    = this._context.Set <T>();
 }
Example #8
0
 public FornecedorRepository(ProjetoRcssContext context) : base(context)
 {
 }
Example #9
0
 public ProdutoRepository(ProjetoRcssContext context) : base(context)
 {
 }
Example #10
0
 public ArquivoRepository(ProjetoRcssContext context) : base(context)
 {
 }