Exemplo n.º 1
0
 public MovieController(IMovieProxy movieProxy, IContextService contextService)
 {
     _movieProxy     = movieProxy;
     _contextService = contextService;
 }
Exemplo n.º 2
0
 public HomeController(ILogger <HomeController> logger, IMovieProxy movieProxy)
 {
     _logger     = logger;
     _movieProxy = movieProxy;
 }