Query.cs 161 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Api.MyPage.Address.List;
  3. public sealed record Query(int MemberID) : IQuery<Response>;