mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
6 lines
124 B
C#
6 lines
124 B
C#
|
|
using Microsoft.AspNetCore.Identity;
|
||
|
|
|
||
|
|
namespace Cicm.Database.Models
|
||
|
|
{
|
||
|
|
public class ApplicationUser : IdentityUser { }
|
||
|
|
}
|