예제 #1
0
 public bool updateCustomer(int id, Cliente value)
 {
     return(model.updateCustomer(connString, provider, id, value));
 }