Adding role creation during startup + minor fixes in tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BasicDotnetTemplate.MainProject.Models.Api.Data.Role;
|
||||
|
||||
public class CreateRoleRequestData
|
||||
{
|
||||
public string Name { get; set; } = String.Empty;
|
||||
public required bool IsNotEditable { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user