예제 #1
0
 public Student Create(CreateStudentParameters parameters)
 {
     throw new System.NotImplementedException();
 }
 public ActionResult <Student> Create(CreateStudentParameters parameters)
 {
     return(Created("", Service.Create(parameters)));
 }