コード例 #1
0
ファイル: SkinController.cs プロジェクト: hobbit19/framework
 public IEnumerable <Skin> Get()
 {
     return(skins.GetSkins());
 }