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