refactor: update protobuf imports from BFF to CMS
All checks were successful
Build and Deploy / build (push) Successful in 2m18s

This commit is contained in:
masoodafar-web
2025-12-08 01:37:35 +03:30
parent 668ba449f1
commit fd3c17ac23
17 changed files with 37 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
using BackOffice.BFF.Commission.Protobuf;
using CMSMicroservice.Protobuf.Protos.Commission;
namespace BackOffice.BFF.Application.CommissionCQ.Commands.ApproveWithdrawal;

View File

@@ -1,4 +1,5 @@
using BackOffice.BFF.Commission.Protobuf;
using CMSMicroservice.Protobuf.Protos.Commission;
namespace BackOffice.BFF.Application.CommissionCQ.Commands.RejectWithdrawal;

View File

@@ -1,4 +1,5 @@
using BackOffice.BFF.Commission.Protobuf;
using CMSMicroservice.Protobuf.Protos.Commission;
namespace BackOffice.BFF.Application.CommissionCQ.Commands.TriggerWeeklyCalculation;