root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/Payer.cs @ 915

Wersja 915, 307 bytes (wprowadzona przez alina, 16 years temu)

re #215 porządki (zmiany w tlumaczeniach, skasowanie zbednych plikow i danych)

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5
6namespace Platnosci.Core.Linq
7{
8    public class Payer
9    {
10        public string FirstName { get; set; }
11        public string LastName { get; set; }
12        public int Id_faktury { get; set; }
13    }
14}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.