public static Schools.SchoolInformation GetSchool(int SchoolId, int Category) { Schools sc = new Schools(); return(sc.GetSchoolData(SchoolId, Category)); }
public static List <Schools.SchoolInformation> GetSchools(int Category) { Schools sc = new Schools(); return(sc.GetSchoolData(Category)); }