示例#1
0
 public AlbumsController(AlbumCollection albums = null)
 {
     _albums = albums ?? AlbumCollection.Default();
 }