isn/src/isnd/Controllers/Resource.cs

10 lines
191 B
C#
Raw Normal View History

2021-07-05 12:55:52 +01:00
namespace isn.Controllers
2021-06-22 23:03:38 +01:00
{
internal class Resource
{
public string id {get; set; }
public string type {get; set; }
public string comment {get; set; }
}
}