Index: /unk/eCard/eCardMVC/Platnosci/Models/OperationType.cs
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Models/OperationType.cs (revision 866)
+++  (revision )
@@ -1,15 +1,0 @@
-﻿using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-
-namespace Platnosci.Models
-{
-    public enum OperationType
-    {
-        wrongUser = 1,
-        platnoscIsNotExist = 2,
-        fakturaIsNotExist = 3,
-        zaplacono = 4
-    }
-}
Index: /unk/eCard/eCardMVC/Platnosci/Views/PlatnosciViews.cs
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Views/PlatnosciViews.cs (revision 866)
+++  (revision )
@@ -1,16 +1,0 @@
-﻿using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Globalization;
-using System.Threading;
-using System.Web.Mvc;
-
-namespace Platnosci.Views
-{
-    public class PlatnosciViews<T> : ViewPage<T> where T : class
-    {
-        
-    }
-}
-
