Index: trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs (revision 916)
+++ trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs (revision 933)
@@ -1,15 +1,8 @@
-﻿using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-
-namespace Platnosci.Models
+﻿namespace Platnosci.Models
 {
     public class ErrorViewData
     {
-       public string error { get; set; }
-       public OperationType type { get; set; }
-       public string tytul {get; set;}
-       public int idfaktury { get; set; } 
+       public string Error { get; set; }
+       public int InvoiceId { get; set; } 
     }
 }
