예제 #1
0
 //checks if the particular article is in repo
 public bool ArticleExists(int id)
 {
     return(_repo.ArticleExists(id, UserId));
 }