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