MVC (layered variant)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace MVC_SimpleCRUD_Layered.Application.Models;
|
||||
|
||||
public record PagedList<T>(List<T> Data, PagingInfo PagingInfo);
|
||||
Reference in New Issue
Block a user