示例#1
0
 public async Task <List <Course> > GetCourseByPathId(string pathId)
 {
     return(await _courseServices.GetCourseByPathId(pathId));
 }