Example #1
0
 public void InsertCustomer(DTO_Customer ex)
 {
     dataCustomer.Insert(ex);
 }