Exemple #1
0
 public IEnumerable <Article> GetArticleByEmailList(string email)
 {
     return(am.GetArticleByEmail(email));
 }