Esempio n. 1
0
        internal static long DeleteBatch(VmStudentRegistration _objVm)
        {
            BatchListDLL _objBatchListDLL = new BatchListDLL();

            return(_objBatchListDLL.DeleteBatch(_objVm));
        }
Esempio n. 2
0
        internal static DataTable GetBatchByID(Hashtable ht)
        {
            BatchListDLL objdll = new BatchListDLL();

            return(objdll.GetBatchInfoByID(ht));
        }
Esempio n. 3
0
        // Subjects

        internal static DataTable GetSubjectsCounts()
        {
            BatchListDLL objdll = new BatchListDLL();

            return(objdll.GetSubjectcounts());
        }
Esempio n. 4
0
        //internal static long GetClassDetails(VmStudentRegistration OBJVM)
        //{
        //    BatchListDLL dll = new BatchListDLL();
        //    return dll.GetClassDetails(OBJVM);
        //}

        internal static DataTable GetSubjectBatchToGrid(VmStudentRegistration OBJVM)
        {
            BatchListDLL dll = new BatchListDLL();

            return(dll.GetBatchSubjectsToGrid(OBJVM));
        }