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