コード例 #1
0
 public LCRepository(LCContext ctx, ILogger <LCRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
コード例 #2
0
 public LCSeeder(LCContext ctx, IWebHostEnvironment hosting, UserManager <User> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }