示例#1
0
 public void SetTotalTariffCost(long id, decimal?value)
 {
     _editor.SetTotalTariffCost(id, value);
 }