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