[Add] MasterData Services.
This commit is contained in:
3
AMREZ.EOP.Contracts/DTOs/Common/PagedResponse.cs
Normal file
3
AMREZ.EOP.Contracts/DTOs/Common/PagedResponse.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Common;
|
||||
|
||||
public sealed record PagedResponse<T>(int Page, int PageSize, int Total, IReadOnlyList<T> Items);
|
||||
Reference in New Issue
Block a user