예제 #1
0
 public AuxSeeder(AuxContext ctx, IHostingEnvironment hosting, UserManager <Member> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
예제 #2
0
 public AuxRepository(AuxContext ctx, ILogger <AuxRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }