Esempio n. 1
0
 public IEnumerable <ApplicationUser> GetActiveUsers(int id)
 {
     return(_forumDal.GetActiveUsers(id));
 }