public WikiSeeder(WikiContext ctx, IHostingEnvironment hosting, UserManager <ApplicationUser> userManager, IWikiRepository repository) { _ctx = ctx; _hosting = hosting; this.userManager = userManager; this.repository = repository; }
public WikiRepository(WikiContext ctx) { this.ctx = ctx; }