Esempio n. 1
0
 public ProdutosController(BelezaNaWebContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public Repository(BelezaNaWebContext belezaNaWebContext)
 {
     this.belezaNaWebContext = belezaNaWebContext;
     DbSet = belezaNaWebContext.Set<TEntity>();
 }
Esempio n. 3
0
 public ProductRepository(BelezaNaWebContext belezaNaWebContext) : base(belezaNaWebContext)
 {
 }
Esempio n. 4
0
 public WarehouseRepository(BelezaNaWebContext belezaNaWebContext) : base(belezaNaWebContext)
 {
 }