First Commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace JobTrackerApi.Models;
|
||||
|
||||
public sealed class ApplicationUser : IdentityUser
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user