AreasExample.Areas.Admin.Models.Profile.Profile C# (CSharp) Метод

Profile() публичный Метод

public Profile ( string username ) : System.Collections.Generic
username string
Результат System.Collections.Generic
        public Profile(string username)
        {
            Username = username;
        }
Profile