NetLib.Identifier.Identifier C# (CSharp) 메소드

Identifier() 공개 메소드

public Identifier ( string username, int Id ) : System
username string
Id int
리턴 System
        public Identifier(string username, int Id)
        {
            Username = username;
            this.Id = Id;
        }