Exemplo n.º 1
0
 public bool Delete(QuestionType element)
 {
     return(_questionTypeRepo.Delete(element));
 }
Exemplo n.º 2
0
 public void DeleteQuestionType(int id)
 {
     questionTypeRepository.Delete(id);
 }