using System;
namespace Knoks.Api.Entities
{
public class ApiConsumer
public int Id { get; set; }
public Guid ApiIdentifier { get; set; }
public ApiType ApiType { get; set; }
public bool IsEnabled { get; set; }
}