Пример #1
0
 public HairSeeds(HairContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
Пример #2
0
 public HairRepo(HairContext ctx, ILogger <HairRepo> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }