コード例 #1
0
 public UnitOfWork(EstoqueDbContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public UnidadeMedidaRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public RelatorioRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public MarcaRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public ClienteRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
コード例 #6
0
 public VendaRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
コード例 #7
0
 public ProdutoRepository(EstoqueDbContext context)
 {
     this.context = context;
 }