コード例 #1
0
 public List <Event> GetByRoomId(int?roomId)
 {
     return(_postDal.GetByRoomId(roomId));
 }