示例#1
0
 private Cargo(RegraDeCalculo regra)
 {
     Regra = regra;
 }
示例#2
0
 private Cargo(RegraDeCalculo regra)
 {
     this.Regra = regra;
 }