root/trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIData.cs @ 984

Wersja 984, 476 bytes (wprowadzona przez alina, 16 years temu)

re #215 ujednolicenie nazw obiektow, modyfikacje dotyczace testow interfejsowych (dodanie tymczasowych rekowrdow do bazy na czas testowania )

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace adMoto.Payments.Test.UI
7{
8    public class UIData
9    {
10        public int FAKTURA_ID { get; set; }
11        public int FAKTURA_DETAIL_ID { get; set; }
12        public string Test_nip { get; set; }
13        public string Test_numer_faktury { get; set; }
14        public string Test_firstname { get; set; }
15        public string Test_surname { get; set; }
16    }
17}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.