using System.Collections.Generic; namespace DiscImageChef.Server.Models { public class IdHashModelForView { public List List { get; set; } public string Json { get; set; } } }