Exemple #1
0
 public HabboImagingController(RequestData requestData, CacheService cacheService, IHotelHttp hotelHttp, IHotelSWFs hotelSwfs)
 {
     _session      = requestData.Session;
     _cacheService = cacheService;
     _hotelHttp    = hotelHttp;
     _hotelSwfs    = hotelSwfs;
 }
 public GamedataController(IHotelSWFs hotelSWFs)
 {
     _swfs = hotelSWFs;
 }