End User License consent system added

This commit is contained in:
2022-02-12 00:50:51 +00:00
parent 95f5d0dd53
commit b75d46324f
8 changed files with 81 additions and 16 deletions

View File

@@ -7,6 +7,8 @@ namespace AyaNova.Models
{
public long Id { get; set; }
public string Key { get; set; }
public string DbId { get; set; }
public string DbId { get; set; }
public bool LicenseAgree { get; set; }//flag indicating end user license agreement consent
}
}