Example #1
0
 public string GetPassword(int id)
 {
     return(_moderatorDAO.GetPassword(id));
 }