Example #1
0
 IResult IRenderingController.Execute(Base2art.Soufflot.Http.IHttpContext httpContext, System.Collections.Generic.List <Base2art.Soufflot.Api.PositionedResult> childResults)
 {
     return(new SimpleResult {
         Content = new SimpleContent {
             BodyContent = string.Empty
         }
     });
 }
Example #2
0
 void INonRenderingController.Execute(Base2art.Soufflot.Http.IHttpContext httpContext)
 {
 }