Exemplo n.º 1
0
 public bool AddClientPayments(ClientPayments cp)
 {
     return(db.AddClientPayments(cp));
 }