master
huangixn 11 months ago
parent 0632f5aec8
commit 89a8b1b16e

@ -7,13 +7,13 @@ namespace DS.TestResult.Controllers
//private readonly IDistrbutedEventBus _distributedEventBus;
//private readonly OrderService _orderService;
public OrderAppService(
IDistrbutedEventBus distributedEventBus,
OrderService orderService)
{
_distributedEventBus = distributedEventBus;
_orderService = orderService;
}
//public OrderAppService(
// IDistrbutedEventBus distributedEventBus,
// OrderService orderService)
//{
// _distributedEventBus = distributedEventBus;
// _orderService = orderService;
//}
//public async Task<Guid> CreateOrder(string name)
//{

Loading…
Cancel
Save