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