Events-MVC (example with htmx)
This commit is contained in:
3
Events-MVC/Events.MVC/Models/PagedList.cs
Normal file
3
Events-MVC/Events.MVC/Models/PagedList.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Events.MVC.Models;
|
||||
|
||||
public record PagedList<T>(List<T> Data, PagingInfo PagingInfo);
|
||||
Reference in New Issue
Block a user