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