Ejemplo n.º 1
0
 public ActionResult <CandidateTest> CreateTest(CandidateTest test)
 {
     return(_interviewService.CreateTest(test));
 }