isn/src/nuget-host/Data/ApiKeys/IndexModel.cs
Paul Schneider e4511a8aaa owner id
2021-05-16 14:07:14 +01:00

9 lines
No EOL
161 B
C#

using System.Collections.Generic;
namespace nuget_host.Data.ApiKeys
{
public class IndexModel
{
public List<ApiKey> ApiKey { get; set; }
}
}