Example #1
0
        public static IEnumerable <InfoLibItem> GetInfoLibItems(Scope?ScopeId, int ParentId)
        {
            InfoLibDAL dal = new InfoLibDAL();

            return(dal.GetInfoLibItems(ScopeId, ParentId));
        }