예제 #1
0
 private bool AlbumExists(int id)
 {
     return(_service.AlbumExist(id));
 }