コード例 #1
0
 public PropertyGroup(IChargeRentStrategy chargeRentStrategy, params Property[] properties)
 {
     ChargeRentStrategy = chargeRentStrategy;
     Properties         = properties;
 }
コード例 #2
0
 public PropertyGroup(IChargeRentStrategy chargeRentStrategy, params Property[] properties)
 {
     ChargeRentStrategy = chargeRentStrategy;
     Properties = properties;
 }