Property | Type | Description | |
---|---|---|---|
_assignedQuizDtoMapper | IAssignedQuizDtoMapper | ||
_questionDtoMapper | IQuestionDtoMapper |
Method | Description | |
---|---|---|
AddQuestionToQuizAsync ( int quizId, IQuestionModel question ) : System.Threading.Tasks.Task | ||
AssignQuizToGroupAsync ( IAssignedQuizModel assignedQuiz ) : System.Threading.Tasks.Task | ||
CreateQuizAsync ( IQuizModel newQuiz ) : Task |
||
GetAllQuizes ( ) : Task |
||
GetQuiz ( int quizId ) : Task |
||
QuizManagementService ( IQuizRepository quizRepository, IQuizDtoMapper quizDtoMapper, EntityValidator entityValidator, IQuestionDtoMapper questionDtoMapper, IAssignedQuizDtoMapper assignedQuizDtoMapper ) : System |
public AddQuestionToQuizAsync ( int quizId, IQuestionModel question ) : System.Threading.Tasks.Task | ||
quizId | int | |
question | IQuestionModel | |
return | System.Threading.Tasks.Task |
public AssignQuizToGroupAsync ( IAssignedQuizModel assignedQuiz ) : System.Threading.Tasks.Task | ||
assignedQuiz | IAssignedQuizModel | |
return | System.Threading.Tasks.Task |
public CreateQuizAsync ( IQuizModel newQuiz ) : Task |
||
newQuiz | IQuizModel | |
return | Task |
public QuizManagementService ( IQuizRepository quizRepository, IQuizDtoMapper quizDtoMapper, EntityValidator entityValidator, IQuestionDtoMapper questionDtoMapper, IAssignedQuizDtoMapper assignedQuizDtoMapper ) : System | ||
quizRepository | IQuizRepository | |
quizDtoMapper | IQuizDtoMapper | |
entityValidator | EntityValidator | |
questionDtoMapper | IQuestionDtoMapper | |
assignedQuizDtoMapper | IAssignedQuizDtoMapper | |
return | System |
public IAssignedQuizDtoMapper _assignedQuizDtoMapper | ||
return | IAssignedQuizDtoMapper |