Exemplo n.º 1
0
 public static List <Course> GetCoursesByInstructor(int userid)
 {
     return(CourseDAL.GetCoursesByInstructor(userid));
 }