4 lines
141 B
C#
4 lines
141 B
C#
|
|
namespace Netina.Domain.CommandQueries.Queries;
|
|||
|
|
|
|||
|
|
|
|||
|
|
public record GetBlogsQuery(int Page, Guid? CategoryId) : IRequest<GetBlogsResponseDto>;
|