Ejemplo n.º 1
0
        public List <Content> SearchForTitle(string title)
        {
            ChkContext();

            var coList = DALServices.SearchForTitle(context, title);

            return(coList);
        }