This commit is contained in:
18
Models/LicenseTemplates.cs
Normal file
18
Models/LicenseTemplates.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rockfishCore.Models
|
||||
{
|
||||
public partial class LicenseTemplates
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string FullNew { get; set; }
|
||||
public string FullAddOn { get; set; }
|
||||
public string FullTrial { get; set; }
|
||||
public string FullTrialGreeting { get; set; }
|
||||
public string LiteNew { get; set; }
|
||||
public string LiteAddOn { get; set; }
|
||||
public string LiteTrial { get; set; }
|
||||
public string LiteTrialGreeting { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user