Adding role creation during startup + minor fixes in tests
This commit is contained in:
@@ -7,7 +7,6 @@ public class UserDto
|
||||
{
|
||||
#nullable enable
|
||||
public string? Guid { get; set; }
|
||||
public string? Username { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? Email { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user