示例#1
0
文件: CourseBO.cs 项目: 6624465/EDU
 public List <Course> GetCoursesByProduct(int Id)
 {
     return(courseDAL.GetCoursesByProduct(Id));
 }