コード例 #1
0
 private bool MovieExists(int id)
 {
     return(sqlTheaterData.DoesMovieExist(id));
 }