コード例 #1
0
ファイル: RoomBizLog.cs プロジェクト: tvl20/FUNwebApp
 public Location GetLocation(int locationID)
 {
     return(repo.GetLocation(locationID));
 }