コード例 #1
0
 public bool ValidateArticle(IArticle article)
 {
     return _article.GetName() == article.GetName();
 }