Class QuizQuestionRestController

java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<QuizQuestionEntity,Long>
sk.iway.iwcm.components.quiz.rest.QuizQuestionRestController

@RestController @RequestMapping("/admin/rest/quiz/question") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_quiz\')") public class QuizQuestionRestController extends DatatableRestControllerV2<QuizQuestionEntity,Long>