@page "/list" @using Models

List

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