Exemplo n.º 1
0
 public Error404 GetErrorPage()
 {
     return(_errorPage ?? (_errorPage = _contentHelper
                                        .GetDescendantOrSelf <Error404>(_siteService.GetDomainNodeId())));
 }
 public Home GetHome()
 {
     return(_home ?? (_home = _contentHelper
                              .GetDescendantOrSelf <Home>(GetDomainNodeId())));
 }