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