Пример #1
0
 public bool CreateRandom([FromBody] RandomExamDTO randomExam)
 {
     return(examRepository.CreateRandom(randomExam, user.Id));
 }