feat: Add discount module with protobuf definitions and gRPC services
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder;
|
||||
using MediatR;
|
||||
using BffProto = BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder;
|
||||
|
||||
namespace BackOffice.BFF.Application.UserOrderCQ.Commands.UpdateOrderStatus;
|
||||
|
||||
public record UpdateOrderStatusCommand : IRequest<UpdateOrderStatusResponse>
|
||||
public record UpdateOrderStatusCommand : IRequest<BffProto.UpdateOrderStatusResponse>
|
||||
{
|
||||
public long OrderId { get; init; }
|
||||
public int NewStatus { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user