コード例 #1
0
ファイル: HairSeeds.cs プロジェクト: benedictchauke/DivaHair
 public HairSeeds(HairContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
コード例 #2
0
ファイル: HairRepo.cs プロジェクト: benedictchauke/DivaHair
 public HairRepo(HairContext ctx, ILogger <HairRepo> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }