Exemplo n.º 1
0
 public OrdersRepository(PrintedPaperStoreDbContext context)
 {
     _context = context;
 }
 public BooksRepository(PrintedPaperStoreDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 3
0
 public ApplicationsRepository(PrintedPaperStoreDbContext context)
 {
     _context = context;
 }