Exemplo n.º 1
0
 public decimal GetTotalAmount(IDriverDB driver)
 {
     return(Decimal.Round(driver.GetAmountByWorksFromProject(id), 2));
 }