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