Example #1
0
 public ActorsController(IMoviefileService moviefileService)
 {
     _moviefileService = moviefileService;
 }
Example #2
0
 public MovieController(IMoviefileService moviefileService)
 {
     _moviefileService = moviefileService;
 }