Exemple #1
0
 public async Task DeleteAsync(string id)
 {
     await _ordersInterface.DeleteItem(new Guid(id));
 }