예제 #1
0
 public bool Delete4(int id, int questionID)
 {
     return(repository.Delete4(id, questionID));
 }