Example #1
0
        public static IEnumerable <InfoLibItem> GetTopLevelInfoLibItems(bool IsArchived)
        {
            InfoLibDAL dal = new InfoLibDAL();

            return(dal.GetTopLevelInfoLibItems(IsArchived));
        }