using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Hncore.Pass.Vpn.Model { public class CatalogUsedModel { public bool Used { get; set; } public List CatalogIds { get; set; } } }