TicketingSystem.Data.Models.User.User C# (CSharp) Method

User() public method

public User ( ) : Microsoft.AspNet.Identity.EntityFramework
return Microsoft.AspNet.Identity.EntityFramework
        public User()
            : this(string.Empty)
        {
        }

Same methods

User::User ( string username ) : Microsoft.AspNet.Identity.EntityFramework
User