Ejemplo n.º 1
0
 public ConfigurationRepository(ApplicationMemoryContext context)
 {
     _memoryContext = context;
 }
Ejemplo n.º 2
0
 public ProductRepository(ApplicationDbContext dbContext, ApplicationMemoryContext memoryContext)
 {
     _dbContext     = dbContext;
     _memoryContext = memoryContext;
 }