mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add ApplicationUser entity.
This commit is contained in:
6
Cicm.Database/Models/ApplicationUser.cs
Normal file
6
Cicm.Database/Models/ApplicationUser.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class ApplicationUser : IdentityUser { }
|
||||
}
|
||||
Reference in New Issue
Block a user