Beispiel #1
0
 public ArthwindsSeeder(ArthwindsContext ctx,
                        IHostingEnvironment hosting,
                        UserManager <User> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
 public ArthwindsRepository(ArthwindsContext arthwindsContext,
                            ILogger <ArthwindsRepository> logger)
 {
     _arthwindsContext = arthwindsContext;
     _logger           = logger;
 }