Exemplo n.º 1
0
        public static IEnumerable <InfoLibItem> SearchInfoLibItems(Scope?ScopeOfSearcher, string SearchText, bool IsArchived)
        {
            InfoLibDAL dal = new InfoLibDAL();

            return(dal.SearchInfoLibItems(ScopeOfSearcher, SearchText, IsArchived));
        }