This commit is contained in:
@@ -2,12 +2,12 @@ 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;
|
||||
{
|
||||
public long id { get; set; }
|
||||
public long created { get; set; }
|
||||
public string regto { get; set; }
|
||||
public bool fetched { get; set; }
|
||||
public bool trial { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user