コード例 #1
0
 public RoomTypex RoomTypeGetById(int roomTypeId)
 {
     return(RoomTypeRepository.RoomTypeGetById(roomTypeId));
 }