Example #1
0
 public void SaveCustomerInquiry(CustomerEnquiry ce)
 {
     db.SaveCustomerInquiry(ce);
 }