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