This commit is contained in:
Paul Schneider
2021-05-02 16:37:03 +01:00
parent 749eb645d5
commit dd6d83cf06
28 changed files with 1097 additions and 184 deletions

View File

@ -0,0 +1,8 @@
namespace nuget_host.Models.ApiKeys
{
public class DetailModel : ApiKeyViewModel
{
public ApiKey ApiKey { get; set; }
}
}