resources

This commit is contained in:
Paul Schneider 2021-06-22 23:03:38 +01:00
commit ae6abc104a
4 changed files with 92 additions and 6 deletions

View file

@ -0,0 +1,10 @@
namespace nuget_host.Controllers
{
internal class Resource
{
public string id {get; set; }
public string type {get; set; }
public string comment {get; set; }
}
}