AssocOneToMany.Models.Player.Player C# (CSharp) 메소드

Player() 공개 메소드

public Player ( ) : System
리턴 System
        public Player()
        {
            BirthDate = DateTime.Now.AddYears(-25);
        }
Player