예제 #1
0
 public GenreController(IGamesStudiosDBContext context)
 {
     db = context;
 }
예제 #2
0
 public GenreController()
 {
     db = new GamesStudiosDBContext();
 }