Method | Description | |
---|---|---|
AlbumsController ( IRepository |
Method | Description | |
---|---|---|
AddAlbum ( |
||
DeleteAlbum ( int id ) : |
||
GetAlbum ( int id ) : |
||
GetAlbums ( ) : IEnumerable |
||
UpdateAlbum ( int id, |
public AlbumsController ( IRepository |
||
albumsRepository | IRepository |
|
artistsRepository | IRepository |
|
songsRepository | IRepository |
|
return | System |