Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MusicStore
Services
GenreFactory
C# Class MusicStore.Services.GenreFactory
Inheritance:
IGenreFactory
ファイルを表示
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