コード例 #1
0
ファイル: LocationLogic.cs プロジェクト: djdino56/ICT4Events
 public Location GetLocationByID(int id)
 {
     return(_context.GetById(id));
 }