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