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