Esempio n. 1
0
 public List <StudentEn> GetAllMatricNoForPosting(AFCEn argEn)
 {
     try
     {
         ProgramInfoDAL loDs = new ProgramInfoDAL();
         return(loDs.GetAllMatricNoForPosting(argEn));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }