BC.Models.ApplicationUser.ApplicationUser C# (CSharp) Method

ApplicationUser() public method

public ApplicationUser ( ) : Microsoft.AspNet.Identity
return Microsoft.AspNet.Identity
        public ApplicationUser()
        {
            this.UserRank = 2; // TODO: Implement the real logic for finding the Rank
            this.Notifications = new HashSet<Notification>();
        }