예제 #1
0
 public async Task <bool> DeleteOrder(int id)
 {
     return(await _orderQuery.DeleteOrderAsync(id));
 }