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