示例#1
0
 public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger)
 {
     this._logger = logger;
     this._Ctx    = ctx;
 }
示例#2
0
 public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting)
 {
     this._Hosting = hosting;
     this._Ctx     = ctx;
 }