public Loader(IFileLoader fileLoader, IHostingEnvironment hostingEnvironment, BaseContext.Context context, ICustomLogger logger) { _fileLoader = fileLoader; _hostingEnvironment = hostingEnvironment; _context = context; _logger = logger; }
public Loader(IFileLoader fileLoader, IHostingEnvironment hostingEnvironment, BaseContext.Context context) { _fileLoader = fileLoader; _hostingEnvironment = hostingEnvironment; _context = context; }