Exemplo n.º 1
0
 public string GetAnswerByEmail(string LoginName)
 {
     return(dal.GetAnswerByEmail(LoginName));
 }