add girIgnore
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
namespace audit_logs.Models;
|
||||
|
||||
public class PaginatedLogsResultDto<T>
|
||||
{
|
||||
public int CurrentPage { get; set; }
|
||||
public int PageSize { get; set; }
|
||||
public long TotalRecords { get; set; }
|
||||
public int TotalPages { get; set; }
|
||||
public IEnumerable<T> Records { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user