Example #1
0
 public DrinkQueries()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #2
0
 public OfficeQueries()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #3
0
 public IngredientQueries()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #4
0
 public OrderQueries()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #5
0
 public OrderCommands()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #6
0
 public OfficeIngredientCommands()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #7
0
 public PantryQueries()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #8
0
 public OfficeCommands()
 {
     _dbContext = new CoffeeTestDbContext();
 }
Example #9
0
 public PantryCommand()
 {
     _dbContext = new CoffeeTestDbContext();
 }