예제 #1
0
 public void Remove(Platform platform)
 {
     context.Remove(platform);
 }
예제 #2
0
 public void Remove(Photo photo)
 {
     context.Remove(photo);
 }
예제 #3
0
 public void Remove(Game game)
 {
     context.Remove(game);
 }
예제 #4
0
 public void Remove(Genre genre)
 {
     context.Remove(genre);
 }