Ejemplo n.º 1
0
 public void FillWaterCost_N(OtherCostInputData input, int position)
 {
     FillInWaterDate_N(input.EffectiveDate, position);
     FillInWaterPrice_N(input.Price, position);
 }
Ejemplo n.º 2
0
 public void FillInGasCostValue(OtherCostInputData input)
 {
     GasCostEffectiveDate.SelectYearMonthItem(input.EffectiveDate);
     GasCostPrice.Append(input.Price);
 }