Exemple #1
0
 public bool Delete2(int id, int questionID)
 {
     return(repository.Delete2(id, questionID));
 }