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

Wersja 951, 468 bytes (wprowadzona przez alina, 16 years temu)

re #215 dodanie testów, mała przebudowa akcji Merchant (wydzielenie funkcji)

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5using System.Web.Mvc;
6using Platnosci.Core.Linq;
7
8
9namespace Platnosci.Models
10{
11    public class InvoiceDetailsViewData
12    {
13        public vPlatnosciEcard vPlatnosciEcard { get; set; }
14        public Payer Payer {get; set;}
15        public string brutto { get; set; }
16        public string termin { get; set; }
17        public string info { get; set; }
18    }
19}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.