This commit is contained in:
@@ -9,10 +9,10 @@ namespace rockfishCore.Models
|
||||
{
|
||||
children = new List<dtoNameIdItem>();
|
||||
}
|
||||
public long id;
|
||||
public string name;
|
||||
public List<dtoNameIdItem> children;
|
||||
public long id { get; set; }
|
||||
public string name { get; set; }
|
||||
public List<dtoNameIdItem> children { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user