예제 #1
0
 public RentalHistoryController(IGameRentService gameRentService)
 {
     _gameRentService = gameRentService;
 }
예제 #2
0
 public HomeController(IGameRentService gameRentService)
 {
     _gameRentService = gameRentService;
 }