Exemplo n.º 1
0
 public List <Course> GetCoursesByProduct(int Id)
 {
     return(courseDAL.GetCoursesByProduct(Id));
 }