Ejemplo n.º 1
0
 public bool Create([FromBody] MasterCourseDto masterCourse)
 {
     return(_contentService.CreateCourse(masterCourse));
 }