Files
isn/src/appled/Data/ApiKeys/IndexModel.cs
Paul Schneider 5de53a3cba rebrand
2021-06-27 01:53:00 +01:00

9 lines
161 B
C#

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