AccountProfile.Models.Profile.Profile C# (CSharp) Method

Profile() public method

public Profile ( string username ) : System
username string
return System
        public Profile(string username)
        {
            Username = username;
        }
Profile