using Microsoft.AspNet.Identity.EntityFramework; namespace Mvc.Server.Models { // Add profile data for application users by adding properties to the ApplicationUser class public class ApplicationUser : IdentityUser { } }