AccountProfile.Models.Profile.Profile C# (CSharp) Méthode

Profile() public méthode

public Profile ( string username ) : System
username string
Résultat System
        public Profile(string username)
        {
            Username = username;
        }
Profile