End User License consent system added
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user