root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/PotwierdzeniaEcard.cs @ 918

Wersja 872, 364 bytes (wprowadzona przez alina, 16 years temu)

re #215

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