Beispiel #1
0
 public string DeleteQuestionAndAnswer(int Sno)
 {
     return(dal.DeleteQuestion(Sno));
 }