Example #1
0
 public DataTable LoadAnnouncements()
 {
     DAParent pDAL = new DAParent();
     try
     {
         return pDAL.LoadAnnouncements();
     }
     catch
     {
         throw;
     }
 }