refactor: update NetworkMembership protobuf import path
Some checks failed
Build and Deploy / build (push) Failing after 1m53s
Some checks failed
Build and Deploy / build (push) Failing after 1m53s
This commit is contained in:
@@ -9,7 +9,6 @@ using CMSMicroservice.Protobuf.Protos.ProductImages;
|
|||||||
using CMSMicroservice.Protobuf.Protos.ProductGalleries;
|
using CMSMicroservice.Protobuf.Protos.ProductGalleries;
|
||||||
using CMSMicroservice.Protobuf.Protos.Category;
|
using CMSMicroservice.Protobuf.Protos.Category;
|
||||||
using CMSMicroservice.Protobuf.Protos.ProductCategory;
|
using CMSMicroservice.Protobuf.Protos.ProductCategory;
|
||||||
using BackOffice.BFF.NetworkMembership.Protobuf;
|
|
||||||
using FMSMicroservice.Protobuf.Protos.FileInfo;
|
using FMSMicroservice.Protobuf.Protos.FileInfo;
|
||||||
using CMSMicroservice.Protobuf.Protos.DiscountProduct;
|
using CMSMicroservice.Protobuf.Protos.DiscountProduct;
|
||||||
using CMSMicroservice.Protobuf.Protos.DiscountCategory;
|
using CMSMicroservice.Protobuf.Protos.DiscountCategory;
|
||||||
@@ -20,6 +19,7 @@ using CMSMicroservice.Protobuf.Protos.ProductTag;
|
|||||||
using CMSMicroservice.Protobuf.Protos;
|
using CMSMicroservice.Protobuf.Protos;
|
||||||
using CMSMicroservice.Protobuf.Protos.ClubMembership;
|
using CMSMicroservice.Protobuf.Protos.ClubMembership;
|
||||||
using CMSMicroservice.Protobuf.Protos.Configuration;
|
using CMSMicroservice.Protobuf.Protos.Configuration;
|
||||||
|
using CMSMicroservice.Protobuf.Protos.NetworkMembership;
|
||||||
|
|
||||||
namespace BackOffice.BFF.Application.Common.Interfaces;
|
namespace BackOffice.BFF.Application.Common.Interfaces;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
using BackOffice.BFF.NetworkMembership.Protobuf;
|
|
||||||
|
using CMSMicroservice.Protobuf.Protos.NetworkMembership;
|
||||||
|
|
||||||
namespace BackOffice.BFF.Application.NetworkMembershipCQ.Queries.GetNetworkTree;
|
namespace BackOffice.BFF.Application.NetworkMembershipCQ.Queries.GetNetworkTree;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user