Add GetAllClubMembershipsRequest using alias

This commit is contained in:
masoodafar-web
2025-12-06 20:29:47 +03:30
parent 72c3ab8b86
commit f22298ed96

View File

@@ -1,5 +1,6 @@
using Foursat.BackOffice.BFF.ClubMembership.Protobuf;
using GetAllClubMembershipsRequest = CMSMicroservice.Protobuf.Protos.ClubMembership.GetAllClubMembershipsRequest;
namespace BackOffice.BFF.Application.ClubMembershipCQ.Queries.GetAllClubMembers;