initial commit from an older template
This commit is contained in:
11
Models/DTO/GetAllRolesResponse.cs
Normal file
11
Models/DTO/GetAllRolesResponse.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using GamificationService.Models.Database;
|
||||
|
||||
namespace GamificationService.Models.DTO;
|
||||
|
||||
public class GetAllRolesResponse
|
||||
{
|
||||
public List<ApplicationRole> Roles { get; set; }
|
||||
public int TotalCount { get; set; }
|
||||
public int PageNumber { get; set; }
|
||||
public int PageSize { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user