public DOTnetSeader(DOTnetContext context, IHostingEnvironment hosting) { _context = context; _hosting = hosting; }
public DOTnetRepository(DOTnetContext context, ILogger <DOTnetRepository> logger) { _context = context; _logger = logger; }