메소드 | 설명 | |
---|---|---|
AddAlbum ( string title, int year, string producer, ICollection |
||
AlbumsDataClient ( |
||
DeleteAlbum ( int id ) : bool | ||
GetAlbum ( int id ) : |
||
GetAlbums ( ) : IEnumerable |
||
UpdateAlbum ( int id, string title, int year, string producer, ICollection |
public AddAlbum ( string title, int year, string producer, ICollection |
||
title | string | |
year | int | |
producer | string | |
songs | ICollection |
|
artists | ICollection |
|
리턴 | void |
public AlbumsDataClient ( |
||
client | ||
리턴 | System |
public GetAlbum ( int id ) : |
||
id | int | |
리턴 |
public UpdateAlbum ( int id, string title, int year, string producer, ICollection |
||
id | int | |
title | string | |
year | int | |
producer | string | |
songs | ICollection |
|
artists | ICollection |
|
리턴 | void |