コード例 #1
0
ファイル: AlbumsController.cs プロジェクト: pjgm/Musicalog
        public async Task <IActionResult> Details(int id)
        {
            var inventoryEntry = await apiInventoryController.GetByInventoryId(id);

            return(View(inventoryEntry));
        }