Exemple #1
0
 public string GetQuestionByEmail(string LoginName)
 {
     return(dal.GetQuestionByEmail(LoginName));
 }