open changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Wishlist.ViewModels;
|
||||
|
||||
public class ApplicationRoleViewModel
|
||||
{
|
||||
public string Id { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string NormalizedName { get; set; } = string.Empty;
|
||||
public string ConcurrencyStamp { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user