public InMemoryMealRepositoryImpl(InMemoryDbContext dbContext) { ctx = dbContext; }
public InMemoryItemPurchaseRepositoryImpl(InMemoryDbContext dbContext) { ctx = dbContext; }