root/trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs
@
897
| Wersja 866, 304 bytes (wprowadzona przez alina, 16 years temu) |
|---|
| Line | |
|---|---|
| 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;} |
| 13 | } |
| 14 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
