This commit is contained in:
15
Models/dtoLicenseListItem.cs
Normal file
15
Models/dtoLicenseListItem.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace rockfishCore.Models
|
||||
{
|
||||
//Used to populate list routes for return
|
||||
public class dtoLicenseListItem
|
||||
{
|
||||
public long id;
|
||||
public long created;
|
||||
public string regto;
|
||||
public bool fetched;
|
||||
public bool trial;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user