|
Wersja 916, 348 bytes
(wprowadzona przez alina, 16 years temu)
|
|
re #215 dostosowanie widoku do nowego błędu
|
| Rev | Line | |
|---|
| [866] | 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Linq;
|
|---|
| 4 | using System.Web;
|
|---|
| 5 |
|
|---|
| 6 | namespace Platnosci.Models
|
|---|
| 7 | {
|
|---|
| 8 | public class ErrorViewData
|
|---|
| 9 | {
|
|---|
| 10 | public string error { get; set; }
|
|---|
| 11 | public OperationType type { get; set; }
|
|---|
| 12 | public string tytul {get; set;}
|
|---|
| [916] | 13 | public int idfaktury { get; set; }
|
|---|
| [866] | 14 | }
|
|---|
| 15 | }
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.