コード例 #1
0
ファイル: RoomBizLog.cs プロジェクト: tvl20/FUNwebApp
 public List <Trap> GetTraps(int roomID)
 {
     return(repo.GetTraps(roomID));
 }