﻿namespace Platnosci.Core.Interface
{
    public interface IIdentifiable
    {
        int Id { get; }
    }
}
