public RateTableByTotalWeight()
 {
     Settings = new RateTableSettings();
 }
示例#2
0
 public PerItem()
 {
     Settings = new RateTableSettings();
 }
示例#3
0
 public RateTableByItemCount()
 {
     Settings = new RateTableSettings();
 }
 public RateTableByTotalPrice()
 {
     Settings = new RateTableSettings();
 }