Example #1
0
 public async Task DeleteCustomerRecord(string customerId)
 {
     await _data.DeleteCustomer(customerId);
 }