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