Beispiel #1
0
 private bool MovieTitleExists(string title)
 {
     return(CsvInputInstance.FindMovieByTitle(title, out _));
 }