public void update(Gamer gamer) { //throw new NotImplementedException(); Console.WriteLine("Kayıt Güncellendi"); }
public bool Validate(Gamer gamer) { return(true); }
public void delete(Gamer gamer) { //throw new NotImplementedException(); Console.WriteLine("Kayıt Silind"); }