Beispiel #1
0
 public WynlistSeeder(WynlistContext ctx,
                      IHostingEnvironment hosting,
                      UserManager <WynUser> userManager)
 {
     _userManager = userManager;
     _ctx         = ctx;
     _hosting     = hosting;
 }
Beispiel #2
0
 public WynlistRespository(WynlistContext ctx, ILogger <WynlistRespository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }