﻿namespace adMoto.Payments.Core.Interfaces
{
    public interface IIdentifiable
    {
        int Id { get; }
    }
}