コード例 #1
0
ファイル: DutchSeeder.cs プロジェクト: sansgit1/helloworld
 public DutchSeeder(DutchContext ctx, IWebHostEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
コード例 #2
0
 public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }