Ejemplo n.º 1
0
 public CreateTopicPermissionCheck(IElementPermissionCheck permissions) : base()
 {
     this.permissions = permissions;
     // TODO: Get localized text !?!?!
     this.ErrorCode    = -1;
     this.ErrorMessage = "meh";
 }
Ejemplo n.º 2
0
 public ReadBreadcrumbForForumPermissionCheck(IBoardConfiguration boardConfiguration, IElementPermissionCheck elementCheck)
 {
     this.boardConfiguration = boardConfiguration;
     this.elementCheck       = elementCheck;
     // TODO: Get localized text !?!?!
     this.ErrorCode    = -1;
     this.ErrorMessage = "meh";
 }