Esempio n. 1
0
 public RedRepository(RedContext ctx, ILogger <RedRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
Esempio n. 2
0
 public RedSeeder(RedContext ctx, IWebHostEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }