Exemplo n.º 1
0
 public ArticleController(IArticleApiProxy _articleApiProxy, ITagApiProxy tagApiProxy, ITokenAuth tokenAuth)
 {
     _articlesApiProxy = _articleApiProxy;
     _tagApiProxy      = tagApiProxy;
     this._tokenAuth   = tokenAuth;
 }
Exemplo n.º 2
0
 public ArticlesViewComponent(IArticleApiProxy apiProxy)
 {
     _apiProxy = apiProxy;
 }