C# Class MusicStore.Services.ArtistService

Inheritance: IArtistService
Afficher le fichier Open project: jvaleroso/MusicStoreAngularVersion

Méthodes publiques

Méthode 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

Method Details

ArtistService() public méthode

public ArtistService ( IArtistDao artistDao, IArtistFactory artistFactory ) : System
artistDao IArtistDao
artistFactory IArtistFactory
Résultat System

Delete() public méthode

public Delete ( MusicStore.Data.Artist artist ) : void
artist MusicStore.Data.Artist
Résultat void

ExportArtistConfig() public méthode

public ExportArtistConfig ( Stream memortStream ) : void
memortStream Stream
Résultat void

GetById() public méthode

public GetById ( long id ) : MusicStore.Data.Artist
id long
Résultat MusicStore.Data.Artist

GetList() public méthode

public GetList ( ) : IList
Résultat IList

ImportArtistConfig() public méthode

public ImportArtistConfig ( Stream memoryStream ) : bool
memoryStream Stream
Résultat bool

Save() public méthode

public Save ( MusicStore.Data.Artist artist ) : MusicStore.Data.Artist
artist MusicStore.Data.Artist
Résultat MusicStore.Data.Artist