public Personne() { Nom = ""; Prenom = ""; DateNaissance = (DateTime.Now).Date; Photo = ""; ImageReference = new ImageGUIDReference(@"/Images/Photos/", @"Anonymous.png"); }
public Jeu() { Nom = ""; Type = ""; Description = ""; SiteWeb = ""; Photo = ""; ImageReference = new ImageGUIDReference(@"/Images/Photos/", @"UnknownGame.png"); }