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