@page "/list" @using ProjetBlaser.Models

List

@(string.Join(", ", ((Item)context).EnchantCategories)) @(string.Join(", ", ((Item)context).RepairWith))