예제 #1
0
        internal static DataTable CheckAssignedBatch(Hashtable ht)
        {
            BatchAssignDLL accessLayer = new BatchAssignDLL();

            return(accessLayer.CheckAssignedBatch(ht));
        }
예제 #2
0
        internal static long SaveBatchAssign(VmStudentRegistration _objVmStudent)
        {
            BatchAssignDLL accessLayer = new BatchAssignDLL();

            return(accessLayer.SaveBatchAssign(_objVmStudent));
        }