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

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

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

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

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

            return(cl.selectCourse());
        }