コード例 #1
0
 public async Task <ActionResult> Details(string id) =>
 View(RoomTypeViewModel.FromRoomType(await _repository.GetByNameAsync(id)));