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