root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/PlatnosciEcard.cs @ 867

Wersja 867, 334 bytes (wprowadzona przez alina, 16 years temu)

re #215 zmiany Site.master

Line 
1using System;
2using System.Collections.Generic;
3using Platnosci.Core.Interface;
4
5namespace Platnosci.Core.Linq
6{
7    public partial class PlatnosciEcard : IIdentifiable
8    {
9        public int Id
10        {
11            get
12            {
13                return this.ORDERNUMBER;
14            }
15        }
16
17    }
18}
19
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.