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