Method | Description | |
---|---|---|
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 |
|
return | void |
public AlbumsDataClient ( |
||
client | ||
return | System |
public GetAlbum ( int id ) : |
||
id | int | |
return |
public UpdateAlbum ( int id, string title, int year, string producer, ICollection |
||
id | int | |
title | string | |
year | int | |
producer | string | |
songs | ICollection |
|
artists | ICollection |
|
return | void |