root/trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs @ 871

Wersja 866, 304 bytes (wprowadzona przez alina, 16 years temu)

re #215

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5
6namespace 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.