Exemplo n.º 1
0
 public int InsertCustomer(ServiceCustomer customer)
 {
     return(customerControl.InsertCustomer(customer));
 }