Ejemplo n.º 1
0
 public IActionResult GetPolicy(int id)
 {
     return(Ok(lecturerService.GetLecturerCoursePolicies(id)));
 }