public FeedServiceAgent(IFeedsApi api)
 {
     _api = api;
 }
예제 #2
0
 public FeedsAppService(IFeedsApi feedsApi, IUCenterService uCenterSvc, IMemcachedClient cache)
 {
     _uCenterSvc = uCenterSvc;
     _feedsApi   = feedsApi;
     _cache      = cache;
 }