AssocOneToMany.Controllers.PlayerBase.PlayerBase C# (CSharp) Méthode

PlayerBase() public méthode

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