Update LAND x usare ordinamento corretto in display

This commit is contained in:
Samuele Locatelli
2021-10-13 10:50:28 +02:00
parent 7d6bef1a32
commit e21b7b9eee
6 changed files with 6 additions and 4 deletions
+1
View File
@@ -20,6 +20,7 @@ namespace MP.AppAuth.Models
public string LicenseKey { get; set; }
public string LocalRepo { get; set; }
public string ManifestUrl { get; set; }
public int Ordinal { get; set; } = 1;
public string PackName { get; set; }
#endregion Public Properties