public static DataTable GetSpecBLL(string collegeid) { TreeViewDAL tvd = new TreeViewDAL(); return(tvd.GetSpecDAL(collegeid)); }
public static DataTable GetClassesBLL(string specialityid) { TreeViewDAL tvd = new TreeViewDAL(); return(tvd.GetClassesDAL(specialityid)); }
public static DataTable GetCollegesBLL() { TreeViewDAL tvd = new TreeViewDAL(); return(tvd.GentCollegeDAL()); }