|
@@ -30,7 +30,7 @@ using Hotline.Share.Dtos;
|
|
|
using XF.Domain.Authentications;
|
|
|
using XF.Domain.Repository;
|
|
|
|
|
|
-namespace Hotline.Application.Orders.OrderScreen;
|
|
|
+namespace Hotline.Application.Orders.OrderScreenHandler;
|
|
|
public class OrderScreenEndWorkflowHandler : INotificationHandler<EndWorkflowNotify>
|
|
|
{
|
|
|
private readonly IOrderRepository _orderRepository;
|