Ejemplo n.º 1
0
 public static DataAccess.StudentDatasource.CourseDataTable getCourseByID(long id)
 {
     return(tableAdapter.getCourseByID(id));
 }