예제 #1
0
 public Album GetAlbumById(int albumId)
 {
     return(DBF.GetAlbumById(albumId));
 }