Logo
Explore Help
Register Sign In
admin/BackOffice.BFF
1
0
Fork 0
You've already forked BackOffice.BFF
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4aa9f28f6eca70070203238407fa3879e620cbb3
BackOffice.BFF/src/BackOffice.BFF.Application/UserOrderCQ/Commands/UpdateOrderStatus/UpdateOrderStatusCommand.cs

11 lines
312 B
C#
Raw Normal View History

feat: Implement User Package Status and User Order Management features - Added GetUserPackageStatus functionality with mapping and service implementation. - Introduced UserOrder service methods for updating order status, applying discounts, and calculating order PV. - Created Protobuf definitions for public messages and user orders, including necessary request and response messages. - Implemented mapping profiles for package and user order related queries and commands. - Developed query handlers and validators for new commands and queries in the application layer. - Established PublicMessage service for handling public messages with appropriate gRPC endpoints.
2025-12-04 03:43:28 +03:30
using BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder;
using MediatR;
namespace BackOffice.BFF.Application.UserOrderCQ.Commands.UpdateOrderStatus;
public record UpdateOrderStatusCommand : IRequest<UpdateOrderStatusResponse>
{
public long OrderId { get; init; }
public int NewStatus { get; init; }
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 39ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API