Index: trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs (revision 951)
+++ trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs (revision 970)
@@ -2,6 +2,6 @@
 using System.Collections.Generic;
 using System.Linq;
-using Platnosci.Core.Interface;
-using Platnosci.Core.Linq;
+using adMoto.Payments.Core.Data;
+using adMoto.Payments.Core.Interfaces;
 
 namespace Platnosci.Tests.Web
@@ -47,5 +47,5 @@
         {
         }
-        public IQueryable<vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer)
+        public IQueryable<Invoice> FindInvoiceByNipNumber(string nip, string numer)
         {
             throw new NotImplementedException();
