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

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

re #215

Line 
1using adMoto.Payments.Core;
2using adMoto.Payments.Core.Data;
3
4namespace adMoto.Payments.Web.Models
5{
6    public class InvoiceDetailsViewData
7    {
8        public Invoice Invoice { 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.