Example #1
0
 public void UpdateCustomerData(CustomerIndex customerToUpdate)
 {
     _manageSearchData.UpdateCustomerData(customerToUpdate);
 }
Example #2
0
 public void DeleteCustomerData(CustomerIndex customerToDelete)
 {
     _manageSearchData.DeleteCustomerData(customerToDelete);
 }
Example #3
0
 public void CreateCustomerData(CustomerIndex customerToCreate)
 {
     _manageSearchData.CreateCustomerData(customerToCreate);
 }