C# Class MusicStore.Services.GenreFactory

Inheritance: IGenreFactory
Mostrar archivo Open project: jvaleroso/MusicStoreAngularVersion

Public Methods

Method Description
CreateGenre ( string name, string description ) : Genre

Method Details

CreateGenre() public method

public CreateGenre ( string name, string description ) : Genre
name string
description string
return Genre