Esempio n. 1
0
 public TypeRoomSevice(WebMvcContext context, CacheService cacheService)
 {
     _cacheService = cacheService;
     _context      = context as WebMvcContext;
 }
Esempio n. 2
0
 public CarouselService(WebMvcContext context, CacheService cacheService, LocalizationService localizationService)
 {
     _cacheService        = cacheService;
     _context             = context as WebMvcContext;
     _localizationService = localizationService;
 }