public void Sil(Gamer gamer) { Console.WriteLine("Profiliniz Silindi"); }
public bool KontrolEt(Gamer gamer) { return(true); }
public void Güncelle(Gamer gamer) { Console.WriteLine("Bilgileriniz güncellendi"); }