示例#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)
 {
 }