public RulesListSpecs()
 {
     Order = new Order();
 }
示例#2
0
 public RuleSpecs()
 {
     Order = new Order();
     Employee = new Employee();
 }