﻿using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Platnosci.Core.Interface;

namespace Platnosci.Core.Linq
{
    public partial class PotwierdzeniaEcard : IIdentifiable
    {
        public int Id
        {
            get
            {
                return this.id;
            }
        }
    }
}
