Example #1
0
 public GetAllActiveHandler(IContextFactory contextFactory, IMapper mapper, ICacheManager cacheManager)
 {
     _contextFactory = contextFactory;
     _mapper         = mapper;
     _cacheManager   = cacheManager;
 }
 public GetControlPanelModelHandler(IContextFactory contextFactory, IMapper mapper, ICacheManager cacheManager)
 {
     _contextFactory = contextFactory;
     _mapper         = mapper;
     _cacheManager   = cacheManager;
 }