예제 #1
0
 public ConfigurationRepository(ApplicationMemoryContext context)
 {
     _memoryContext = context;
 }
예제 #2
0
 public ProductRepository(ApplicationDbContext dbContext, ApplicationMemoryContext memoryContext)
 {
     _dbContext     = dbContext;
     _memoryContext = memoryContext;
 }