9 lines
161 B
C#
9 lines
161 B
C#
using System.Collections.Generic;
|
|
|
|
namespace nuget_host.Data.ApiKeys
|
|
{
|
|
public class IndexModel
|
|
{
|
|
public List<ApiKey> ApiKey { get; set; }
|
|
}
|
|
} |