public BigController(BigProjectContext context) { dbContext = context; }
public BigProjectContextSeeder(BigProjectContext ctx, IHostingEnvironment hosting) { _ctx = ctx; _hosting = hosting; }
public HomeController(IMailService mailService, BigProjectContext context) { _mailService = mailService; _context = context; }