Пример #1
0
        public IElementContent GetContent(IElementSettings settings, IPageContext pageContext, IUnitOfWork unitOfWork = null)
        {
            IElementContent elementContent = _testimonialService.GetContent(settings, pageContext, unitOfWork);

            elementContent.PartialViewName = "TestimonialCarousel"; // Display testimonial carousel front end, rather that the standard testimonial UI
            return(elementContent);
        }