public AppGlobalDataController(IMemoryCache memoryCache,
                                ResSrv resSrv,
                                AppEduSrv appEduSrv)
 {
     _appEduSrv   = appEduSrv;
     _MemoryCache = memoryCache;
     _resSrv      = resSrv;
 }
Ejemplo n.º 2
0
 public ResController(IMemoryCache memoryCache, ResSrv resSrv)
 {
     _MemoryCache = memoryCache;
     _resSrv      = resSrv;
 }