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.NetworkMembership.Protobuf;
using CMSMicroservice.Protobuf.Protos.NetworkMembership;
namespace BackOffice.BFF.Application.NetworkMembershipCQ.Queries.GetNetworkHistory;

View File

@@ -1,4 +1,5 @@
using BackOffice.BFF.NetworkMembership.Protobuf;
using CMSMicroservice.Protobuf.Protos.NetworkMembership;
namespace BackOffice.BFF.Application.NetworkMembershipCQ.Queries.GetNetworkStatistics;

View File

@@ -1,4 +1,5 @@
using BackOffice.BFF.NetworkMembership.Protobuf;
using CMSMicroservice.Protobuf.Protos.NetworkMembership;
namespace BackOffice.BFF.Application.NetworkMembershipCQ.Queries.GetUserNetworkInfo;