Esempio n. 1
0
 public bool HasRecentPost(int id)
 {
     return(_forumDal.HasRecentPost(id));
 }