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