public void GetArticle(ArticleComponent articleComponent)
 {
     throw new System.NotImplementedException();
 }
Ejemplo n.º 2
0
 public FBArticleDecorator(ArticleComponent component)
 {
     this.ArticleComponent = component;
 }
Ejemplo n.º 3
0
 public TwitterArticleDecorator(ArticleComponent component)
 {
     this.ArticleComponent = component;
 }