public SendChunYuPreCloseMessage(ICacheManager cacheManager, IAccessTokenContainer accessTokenContainer, ICYConfigAppService cYConfigAppService, IChunYuService chunYuService, ICYProblemAppService cYProblemAppService, IMpFanAppService mpFanAppService, IMpAccountAppService mpAccountAppService, IWebUrlService webUrlService) { _accessTokenContainer = accessTokenContainer; _cacheManager = cacheManager; _chunYuService = chunYuService; _cYConfigAppService = cYConfigAppService; _cYProblemAppService = cYProblemAppService; _mpFanAppService = mpFanAppService; _mpAccountAppService = mpAccountAppService; _webUrlService = webUrlService; }
public CYProblemsController(ICYProblemAppService cyProblemAppService) { _cyProblemAppService = cyProblemAppService; }