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