Exemple #1
0
        internal static DataTable checkbatchnames(Hashtable ht)

        {
            CreateBatchDLL cbdll = new CreateBatchDLL();

            return(cbdll.checkbatchnames(ht));
        }
Exemple #2
0
        internal static long SaveYearBatch(VmStudentRegistration objbatch)
        {
            CreateBatchDLL cbdll = new CreateBatchDLL();

            return(cbdll.SaveYearBatch(objbatch));
        }