コード例 #1
0
 public async Task <RoomType> GetByIdWithImages(int id)
 {
     return(await roomTypeService.GetByIdWithImagesAndFacilities(id));
 }