示例#1
0
 public Film GetFilm(string titel)
 {
     filmService.Titel = titel;
     return(filmService.GetFilmFromApi());
 }