isn/src/isnd/Data/ApiKeys/IndexModel.cs
Paul Schneider 476d35ae8a refact
2021-07-05 12:55:52 +01:00

9 lines
No EOL
154 B
C#

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