Ejemplo n.º 1
0
 public static MvcHtmlString TestimonialPostContent(this HtmlHelper html, ITestimonialPresentable testimonial)
 {
     return html.Partial("TestimonialPostContent", testimonial);
 }
Ejemplo n.º 2
0
 public static MvcHtmlString TestimonialPostContent(this HtmlHelper html, ITestimonialPresentable testimonial)
 {
     return(html.Partial("TestimonialPostContent", testimonial));
 }