Method | Description | |
---|---|---|
SongsController ( IRepository |
Method | Description | |
---|---|---|
AddSong ( [ song ) : |
||
DeleteSong ( int id ) : |
||
GetSong ( int id ) : |
||
GetSongs ( ) : IEnumerable |
||
UpdateSong ( int id, |
public SongsController ( IRepository |
||
albumsRepository | IRepository |
|
artistsRepository | IRepository |
|
songsRepository | IRepository |
|
return | System |