Beispiel #1
0
 public XmlMovieWithRatingsFinder(string filePath, IMovieRatingFactory movieRatingFactory, ILogger logger)
 {
     pathToSourceFile        = filePath;
     this.movieRatingFactory = movieRatingFactory;
     this.logger             = logger;
 }
 public XmlMovieWithRatingsFinder(string filePath, IMovieRatingFactory movieRatingFactory, ILogger logger)
 {
     pathToSourceFile = filePath;
     this.movieRatingFactory = movieRatingFactory;
     this.logger = logger;
 }