コード例 #1
0
ファイル: StudentBAL.cs プロジェクト: frostitvte/SAS
        public StudentEn FetchLedgerDetails(string MatricNo)
        {
            StudentDAL objDAL = new StudentDAL();

            return(objDAL.FetchLedgerDetails(MatricNo));
        }