コード例 #1
0
ファイル: Article.cs プロジェクト: KurnakovMaksim/Patterns
 public string GetState()
 {
     return($"{ArticleState.GetType().Name}");
 }