コード例 #1
0
ファイル: PlanetController.cs プロジェクト: ra0van/SwAPI
 public Planet Get(string name)
 {
     return(service.GetByName(name));
 }