feat: Сервисы и модели RabbitMq разнесены согласно архитектуры
This commit is contained in:
10
PARR.Domain/Common/Rabbit/Messages/OrderManageMq.cs
Normal file
10
PARR.Domain/Common/Rabbit/Messages/OrderManageMq.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.Domain.Common.Rabbit.Messages
|
||||
{
|
||||
/// <summary>
|
||||
/// Модель в MQ, запрос на изменение Наряда в ЕСПП
|
||||
/// </summary>
|
||||
public class OrderManageMq
|
||||
{
|
||||
public Guid OrderId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user