rama creada apartir de master en j
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
namespace adas_core.Domain.Models.DTO;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object (DTO) that encapsulates a pair of pagination-related values for transport between layers or services.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Typically used to convey paired pagination metadata, such as a page number together with a page size or total count, in request or response payloads.
|
||||
/// </remarks>
|
||||
public class PaginationPairDto
|
||||
{
|
||||
public PaginationFilter ListFilter { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user