public PromotionCodeTests(PromotionCodeDbContext context, PromotionCodeServices scv) { _context = context; _services = scv; }
//Obtain the db context through DI public PromotionCodeServices(PromotionCodeDbContext dbCtx) { _db = dbCtx; }