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