public RbacTask(string taskName, IRbacOperation operation, IBizRule biznessRule) { Name = taskName; this.operation = operation; this.biznessRule = biznessRule; }
public BizRuleFromString(string bizRulePath) { bizRule = new BizRule(GetFuncByName(bizRulePath)); }