コード例 #1
0
 public bool Delete(QuestionType element)
 {
     return(_questionTypeRepo.Delete(element));
 }
コード例 #2
0
 public void DeleteQuestionType(int id)
 {
     questionTypeRepository.Delete(id);
 }