Nuovi oggetti licenza x testing
This commit is contained in:
@@ -8,7 +8,11 @@ namespace Core
|
||||
{
|
||||
public class UserLicenseRequest
|
||||
{
|
||||
#region Public Properties
|
||||
|
||||
public string MasterKey { get; set; } = "";
|
||||
public Dictionary<string, string> ParamDict { get; set; } = new Dictionary<string, string>();
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user