AssocOneToMany.Controllers.PlayerBase.PlayerBase C# (CSharp) Method

PlayerBase() public method

public PlayerBase ( ) : System
return System
        public PlayerBase()
        {
            BirthDate = DateTime.Now.AddYears(-25);
        }
PlayerBase