示例#1
0
 public decimal GetTotalAmountPlannedWork(IDriverDB driver)
 {
     return(Decimal.Round(driver.GetAmountPlannedWorkByProject(id), 2));
 }