|
Wersja 883, 348 bytes
(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 |
|
|---|
| 6 | namespace Platnosci.Core.Linq
|
|---|
| 7 | {
|
|---|
| 8 | public class Payer
|
|---|
| 9 | {
|
|---|
| 10 | public string FirstName { get; set; }
|
|---|
| 11 | public string LastName { get; set; }
|
|---|
| 12 | public int Id_faktury { get; set; }
|
|---|
| 13 | public int status { get; set; }
|
|---|
| 14 | }
|
|---|
| 15 | }
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.