Esempio n. 1
0
 public RentalHistoryController(IGameRentService gameRentService)
 {
     _gameRentService = gameRentService;
 }
 public HomeController(IGameRentService gameRentService)
 {
     _gameRentService = gameRentService;
 }