|
Wersja 883, 0.5 KB
(wprowadzona przez alina, 16 years temu)
|
|
re #215 edycja widoku dla zapłaconej faktury, zmiana funkcji UpdateStatus? (edycja statusu po CURRENTSTATE a nie VALIDATIONCODE)
|
| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Linq;
|
|---|
| 4 | using System.Web;
|
|---|
| 5 | using System.Web.Mvc;
|
|---|
| 6 | using Platnosci.Core.Linq;
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | namespace Platnosci.Models
|
|---|
| 10 | {
|
|---|
| 11 | public class InvoiceDetailsViewData
|
|---|
| 12 | {
|
|---|
| 13 | public vPlatnosciEcard vPlatnosciEcard { get; set; }
|
|---|
| 14 | public Payer Payer {get; set;}
|
|---|
| 15 | public string Status { get; set; }
|
|---|
| 16 | public string brutto { get; set; }
|
|---|
| 17 | public string termin { get; set; }
|
|---|
| 18 | public string info { get; set; }
|
|---|
| 19 | }
|
|---|
| 20 | }
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.