C# Class MusicStore.NHibernate.Dao.ArtistDao

Inheritance: IArtistDao
ファイルを表示 Open project: jvaleroso/MusicStoreAngularVersion

Public Methods

Method Description
Delete ( MusicStore.Data.Artist artist ) : void
GetById ( long id ) : MusicStore.Data.Artist
GetList ( ) : IList
Save ( MusicStore.Data.Artist artist ) : MusicStore.Data.Artist

Method Details

Delete() public method

public Delete ( MusicStore.Data.Artist artist ) : void
artist MusicStore.Data.Artist
return void

GetById() public method

public GetById ( long id ) : MusicStore.Data.Artist
id long
return MusicStore.Data.Artist

GetList() public method

public GetList ( ) : IList
return IList

Save() public method

public Save ( MusicStore.Data.Artist artist ) : MusicStore.Data.Artist
artist MusicStore.Data.Artist
return MusicStore.Data.Artist