예제 #1
0
 protected void SetContentPage(IBackofficeContent content)
 {
     var viewBag = GetRootViewBag();
     viewBag.ContentInfo = content;
    // _eventDispatcher.Publish(new ContentSetEvent() { Title = content.Title });
    // _eventDispatcher.Publish(new RolePersisted());
 }
예제 #2
0
 protected void SetContentPage(IBackofficeContent content)
 {
     var viewBag = GetRootViewBag();
     viewBag.ContentInfo = content;
 }