root/trunk/eCard/eCardMVC/Platnosci/Models/InvoiceDetailsViewData.cs @ 970

Wersja 970, 381 bytes (wprowadzona przez marek, 16 years temu)

re #215 - dodanie nowego projektu z lepsza nazwa i typem projektu

Line 
1using adMoto.Payments.Core;
2using adMoto.Payments.Core.Data;
3
4namespace Platnosci.Models
5{
6    public class InvoiceDetailsViewData
7    {
8        public Invoice vPlatnosciEcard { get; set; }
9        public Payer Payer {get; set;}
10        public string brutto { get; set; }
11        public string termin { get; set; }
12        public string info { get; set; }
13    }
14}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.