예제 #1
0
 public IActionResult PostCourse(int id, string code, int semId)
 {
     return(Ok(lecturerService.AddCourse(code, id, semId)));
 }