Exemplo n.º 1
0
 public void SetUp()
 {
     theFilters    = new List <IRemoteRuleFilter>();
     theExpression = new RemoteRuleExpression(theFilters);
 }
 public void SetUp()
 {
     theFilters = new List<IRemoteRuleFilter>();
     theExpression = new RemoteRuleExpression(theFilters);
 }