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