10 lines
198 B
C#
10 lines
198 B
C#
|
|
namespace nuget_host.Controllers
|
||
|
|
{
|
||
|
|
internal class Resource
|
||
|
|
{
|
||
|
|
public string id {get; set; }
|
||
|
|
public string type {get; set; }
|
||
|
|
public string comment {get; set; }
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|