コード例 #1
0
 public FilmesGeneroTesteDeIntegracao()
 {
     _genre = new MovieGenreServices(new ApiSettingsService(), new MovieApiConsumerServices(new ApiSettingsService()));
 }
コード例 #2
0
 public LancamentoController(IMovieUpComing movieUpComingServices, IMovieGenre movieGenre)
 {
     _MovieUpComingServices = movieUpComingServices;
     _MovieGenre            = movieGenre;
 }