public ScheduleSubscriber(IMsgApiService msgSvc, IUCenterService uCenter, IScheduleRepository repository, IMemcachedClient cache) { _msgSvc = msgSvc; _uCenter = uCenter; _repository = repository; _cache = cache; }
public ScheduleSubscriber( IFeedServiceAgent feedSvc, IUCenterService uCenter, IMemcachedClient cache, IScheduleRepository repository, IMsgApiService msgSvc, IScheduleService scheduleSvc) { _feedSvc = feedSvc; _uCenter = uCenter; _cache = cache; _repository = repository; _msgSvc = msgSvc; _scheduleSvc = scheduleSvc; }
public ScheduleItemSubscriber(IMsgApiService msgSvc, IUCenterService uCenter, IScheduleRepository repository) { _msgSvc = msgSvc; _uCenter = uCenter; _repository = repository; }
public AuthController(IMsgApiService msgApiService) { _msgApiService = msgApiService; }