feat: add Mapster mapping and update network tree request
All checks were successful
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m11s

This commit is contained in:
masoodafar-web
2025-12-08 04:10:46 +03:30
parent 69d5ecf0d7
commit aa66ca10c8
5 changed files with 71 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ public class NetworkMembershipService : NetworkMembershipContract.NetworkMembers
public override async Task<GetNetworkTreeResponse> GetNetworkTree(GetNetworkTreeRequest request, ServerCallContext context)
{
var x=request.Adapt<GetNetworkTreeQuery>();
return await _dispatchRequestToCQRS.Handle<GetNetworkTreeRequest, GetNetworkTreeQuery, GetNetworkTreeResponse>(request, context);
}