public SymbolService(SymbolDbContext dbContext, IAuthorizationService authorizationService) { _dbContext = dbContext; _authorizationService = authorizationService; }
public BatchService(string targetFolder) { _targetFolder = targetFolder; _dbContext = new SymbolDbContext(); }