Exemple #1
0
 public bool Delete(Game entity)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Game Save(Game entity)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public Game Save(Game item)
 {
     throw new NotImplementedException();
 }