rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
namespace adas_core.Domain.Models.Responses;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a generic response wrapper for paginated data, typically used to return a subset of items along with associated pagination metadata.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The type of the items contained in the paginated response.</typeparam>
|
||||
public class PaginationResponse<T>
|
||||
{
|
||||
public PaginationResponse(List<T> data, int pageNumber, int pageSize, long totalRecords)
|
||||
|
||||
Reference in New Issue
Block a user