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