コード例 #1
0
 public MovieController(IMovieProxy movieProxy, IContextService contextService)
 {
     _movieProxy     = movieProxy;
     _contextService = contextService;
 }
コード例 #2
0
 public HomeController(ILogger <HomeController> logger, IMovieProxy movieProxy)
 {
     _logger     = logger;
     _movieProxy = movieProxy;
 }