示例#1
0
 private bool GenreExists(int id)
 {
     return(_genreService.Exist(id));
 }