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

Wersja 916, 348 bytes (wprowadzona przez alina, 16 years temu)

re #215 dostosowanie widoku do nowego błędu

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       public int idfaktury { get; set; }
14    }
15}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.