Beispiel #1
0
 public async Task DeleteAsync(Guid customerId) =>
 await _http.DeleteAsync("customer", customerId);
 public async Task DeleteAsync(Guid orderId) =>
 await _http.DeleteAsync("order", orderId);