Example #1
0
        public static InfoLibItem GetInfoLibTopLevelParent(int InfoLibItemId, bool IsArchived)
        {
            InfoLibDAL dal = new InfoLibDAL();

            return(dal.GetInfoLibTopLevelParent(InfoLibItemId, IsArchived));
        }