예제 #1
0
 public StudentDTO Post([FromForm] StudentDTO student)
 {
     return(_simpleService.CreateStudent(student));
 }