AreasExample.Areas.Admin.Models.Profile.Profile C# (CSharp) Méthode

Profile() public méthode

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