C# Class MusicStore.NHibernate.Dao.GenreDao

Inheritance: IGenreDao
Mostrar archivo Open project: jvaleroso/MusicStoreAngularVersion

Public Methods

Method Description
Delete ( Genre genre ) : void
GetById ( long id ) : Genre
GetList ( ) : IList
Save ( Genre genre ) : Genre

Method Details

Delete() public method

public Delete ( Genre genre ) : void
genre Genre
return void

GetById() public method

public GetById ( long id ) : Genre
id long
return Genre

GetList() public method

public GetList ( ) : IList
return IList

Save() public method

public Save ( Genre genre ) : Genre
genre Genre
return Genre