예제 #1
0
 public QuestionVideoModel()
 {
     ExamStructure = new Test_ExamStructure();
     Exam          = new Test_Exam();
     Questions     = new List <Test_Question>();
 }
예제 #2
0
 public Task <Test_ExamStructure> DeleteAsync(Test_ExamStructure entity)
 {
     return(_examStructureRepository.DeleteAsync(entity));
 }