예제 #1
0
        public static int websaveTimeSlot(timeSlotList list)
        {
            timeslot cl = new timeslot();

            return(cl.saveTimeSlot(list));
        }
예제 #2
0
        public static List <timeSlotList> webgetTimeSlot(int id)
        {
            timeslot cl = new timeslot();

            return(cl.getTimeSlot(id));
        }
예제 #3
0
        public static List <coursesList> webselectedCourse(int id)
        {
            timeslot cl = new timeslot();

            return(cl.selectedCourse(id));
        }
예제 #4
0
        public static string webgetHour(int id, int day)
        {
            timeslot cl = new timeslot();

            return(cl.getHour(id, day));
        }
예제 #5
0
        public static List <coursesList> webselectCourse()
        {
            timeslot cl = new timeslot();

            return(cl.selectCourse());
        }