public UserModelManager(IMemoryCache _cache, IConfiguration _config) : base(_cache, _config) { eqMgr = new EquityManager(_cache, _config); qMgr = new QuoteManager(_cache, _config); }
public CacheManager(IMemoryCache _cache, IConfiguration _config) : base(_cache, _config) { equityGroupMgr = new EquityGroupManager(_cache, _config); equityMgr = new EquityManager(_cache, _config); }