예제 #1
0
 public OrdersRepository(PrintedPaperStoreDbContext context)
 {
     _context = context;
 }
 public BooksRepository(PrintedPaperStoreDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
 public ApplicationsRepository(PrintedPaperStoreDbContext context)
 {
     _context = context;
 }