|
using Microsoft.AspNet.Identity;
|
|
|
|
namespace MusicStore.Models
|
|
{
|
|
public class ApplicationUser : IdentityUser
|
|
{
|
|
}
|
|
|
|
//public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
|
|
//{
|
|
// public ApplicationDbContext()
|
|
// : base("DefaultConnection")
|
|
// {
|
|
// }
|
|
//}
|
|
} |