메소드 | 설명 | |
---|---|---|
AddArtist ( string name, string country, System.DateTime dateOfBirth, ICollection |
||
ArtistsDataClient ( |
||
DeleteArtist ( int id ) : bool | ||
GetArtist ( int id ) : |
||
GetArtists ( ) : IEnumerable |
||
UpdateArtist ( int id, string name, string country, System.DateTime dateOfBirth, ICollection |
public AddArtist ( string name, string country, System.DateTime dateOfBirth, ICollection |
||
name | string | |
country | string | |
dateOfBirth | System.DateTime | |
songs | ICollection |
|
albums | ICollection |
|
리턴 | void |
public ArtistsDataClient ( |
||
client | ||
리턴 | System |
public GetArtist ( int id ) : |
||
id | int | |
리턴 |
public UpdateArtist ( int id, string name, string country, System.DateTime dateOfBirth, ICollection |
||
id | int | |
name | string | |
country | string | |
dateOfBirth | System.DateTime | |
songs | ICollection |
|
albums | ICollection |
|
리턴 | void |