using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Core { public class LicenseCoord { #region Public Properties public string CodApp { get; set; } = ""; public string CodInst { get; set; } = ""; public string Enigma { get; set; } = ""; public string MasterKey { get; set; } = ""; #endregion Public Properties } }