Ejemplo n.º 1
0
 public decimal GetAmountPayments(IDriverDB driver)
 {
     return(driver.GetAmountPaymentsByProject(id));
 }