コード例 #1
0
ファイル: FixtureController.cs プロジェクト: RomDuvi/Wc360
 public Fixture GetFixtureById(int id)
 {
     return(_repos.GetFixtureById(id));
 }