public HairSeeds(HairContext ctx, IHostingEnvironment hosting) { _ctx = ctx; _hosting = hosting; }
public HairRepo(HairContext ctx, ILogger <HairRepo> logger) { _ctx = ctx; _logger = logger; }