Esempio n. 1
0
 public bool Delete5(int id, int questionID)
 {
     return(repository.Delete5(id, questionID));
 }