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