Example #1
0
 //根据电影名称查找电影ID
 public static int GetFilmIdByTitle(string title)
 {
     return(FilmService.GetFilmIdByTitle(title));
 }