|
Wersja 970, 381 bytes
(wprowadzona przez marek, 16 years temu)
|
|
re #215 - dodanie nowego projektu z lepsza nazwa i typem projektu
|
| Line | |
|---|
| 1 | using adMoto.Payments.Core;
|
|---|
| 2 | using adMoto.Payments.Core.Data;
|
|---|
| 3 |
|
|---|
| 4 | namespace 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.