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

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