AreasExample.Areas.Admin.Models.Profile.Profile C# (CSharp) Method

Profile() public method

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