Example #1
0
        public StudentEn FetchLedgerDetails(string MatricNo)
        {
            StudentDAL objDAL = new StudentDAL();

            return(objDAL.FetchLedgerDetails(MatricNo));
        }