Update nach User-Passwort-Change
This commit is contained in:
14
Models/AspNetUserRoles.cs
Normal file
14
Models/AspNetUserRoles.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BWPMModels
|
||||
{
|
||||
public class AspNetUserRoles
|
||||
{
|
||||
public string UserId { get; set; } = "";
|
||||
|
||||
public string RoleId { get; set; } = "";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user