Add initial hcs database schema creation
This commit is contained in:
9
Hcs.WebApp/Data/Identity/AppUserWithRole.cs
Normal file
9
Hcs.WebApp/Data/Identity/AppUserWithRole.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Hcs.WebApp.Data.Identity
|
||||
{
|
||||
public class AppUserWithRole
|
||||
{
|
||||
public AppUser User { get; set; }
|
||||
|
||||
public AppRole Role { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user