|
|
|
@ -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)
|
|
|
|
|
//{
|
|
|
|
|