Method | Description | |
---|---|---|
ArtistService ( IArtistDao artistDao, IArtistFactory artistFactory ) : System | ||
Delete ( MusicStore.Data.Artist artist ) : void | ||
ExportArtistConfig ( Stream memortStream ) : void | ||
GetById ( long id ) : MusicStore.Data.Artist | ||
GetList ( ) : IList |
||
ImportArtistConfig ( Stream memoryStream ) : bool | ||
Save ( MusicStore.Data.Artist artist ) : MusicStore.Data.Artist |
public ArtistService ( IArtistDao artistDao, IArtistFactory artistFactory ) : System | ||
artistDao | IArtistDao | |
artistFactory | IArtistFactory | |
return | System |
public Delete ( MusicStore.Data.Artist artist ) : void | ||
artist | MusicStore.Data.Artist | |
return | void |
public ExportArtistConfig ( Stream memortStream ) : void | ||
memortStream | Stream | |
return | void |
public GetById ( long id ) : MusicStore.Data.Artist | ||
id | long | |
return | MusicStore.Data.Artist |
public ImportArtistConfig ( Stream memoryStream ) : bool | ||
memoryStream | Stream | |
return | bool |
public Save ( MusicStore.Data.Artist artist ) : MusicStore.Data.Artist | ||
artist | MusicStore.Data.Artist | |
return | MusicStore.Data.Artist |