Пример #1
0
 public ActionResult <Student> Post([FromBody] SimpleStudentDTO student)
 {
     return(_studentRepository.AddWithCourseIds(student));
 }