Beispiel #1
0
 internal bool deleteCustomer(int id)
 {
     return(model.deleteCustomer(connString, provider, id));
 }