Esempio n. 1
0
 public bool Delete(Game entity)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Game Save(Game entity)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Game Save(Game item)
 {
     throw new NotImplementedException();
 }