using Neo.LegitimateLicences.ApplicationRequest.Models.Database; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.ApplicationRequest { public class ApplicationRequestTagModel : ApplicationRequestBaseModel { public List Tags { get; set; } public Vw_ApplicationTags Tag { get; set; } public short TagID { get; set; } public bool CanClearTag { get; set; } } }