Example #1
0
 public Moderator GetById(int id)
 {
     return(_moderatorDAO.GetById(id));
 }