refactor: update NetworkMembership protobuf import path
Some checks failed
Build and Deploy / build (push) Failing after 1m53s

This commit is contained in:
masoodafar-web
2025-12-08 01:24:37 +03:30
parent 6392499111
commit 668ba449f1
2 changed files with 3 additions and 2 deletions

View File

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