refactor: Update protobuf references in CalculateOrderPV

This commit is contained in:
masoodafar-web
2025-12-04 04:51:49 +03:30
parent 4b6f8187e5
commit 64b6f34185
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
using BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder; using BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder;
using CMSMicroservice.Protobuf.Protos.UserOrder;
using MediatR; using MediatR;
namespace BackOffice.BFF.Application.UserOrderCQ.Queries.CalculateOrderPV; namespace BackOffice.BFF.Application.UserOrderCQ.Queries.CalculateOrderPV;

View File

@@ -1,6 +1,5 @@
using CMSMicroservice.Protobuf.Protos.UserOrder; using BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder;
using MediatR; using MediatR;
using UserOrderContract = BackOffice.BFF.UserOrder.Protobuf.Protos.UserOrder.UserOrderContract;
namespace BackOffice.BFF.Application.UserOrderCQ.Queries.CalculateOrderPV; namespace BackOffice.BFF.Application.UserOrderCQ.Queries.CalculateOrderPV;