コード例 #1
0
 public LightsRepository(LightsContext ctx, ILogger <LightsRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
コード例 #2
0
 public LightsSeeder(LightsContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }