예제 #1
0
 public UserService()
 {
     _twitterApiRestClient = new TwitterApiRestClient();
     _apiConfigService     = new ApiConfigService();
 }
예제 #2
0
 public ResourceStore(IApiConfigService apiConfigService)
 {
     _log = LogManager.GetLogger(typeof(ClientStore));
     _apiConfigService = apiConfigService;
 }