using System.Collections.Generic; namespace Neo.LegitimateLicences.UserConsole.Models { public class SecurityModel : BaseUserModel { public bool HasFingerprint { get; set; } } }