메소드 | 설명 | |
---|---|---|
AddSong ( string title, int year, string genre, ICollection |
||
DeleteSong ( int id ) : bool | ||
GetSong ( int id ) : |
||
GetSongs ( ) : IEnumerable |
||
SongsDataClient ( |
||
UpdateSong ( int id, string title, int year, string genre, ICollection |
public AddSong ( string title, int year, string genre, ICollection |
||
title | string | |
year | int | |
genre | string | |
artists | ICollection |
|
albums | ICollection |
|
리턴 | void |
public GetSong ( int id ) : |
||
id | int | |
리턴 |
public SongsDataClient ( |
||
client | ||
리턴 | MusicCatalogue.DataTransferObjects |
public UpdateSong ( int id, string title, int year, string genre, ICollection |
||
id | int | |
title | string | |
year | int | |
genre | string | |
artists | ICollection |
|
albums | ICollection |
|
리턴 | void |