Example #1
0
 public IEnumerable <Object> GetActive()
 {
     try
     {
         return(_studentDAL.GetActive());
     }
     catch (Exception ex)
     {
         throw new Exception("Error from StudentBLL: " + ex.Message.ToString());
     }
 }