Zbiór zmian 970 dla trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs
- Data:
- 2009-12-23 11:26:06 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs
r951 r970 2 2 using System.Collections.Generic; 3 3 using System.Linq; 4 using Platnosci.Core.Interface;5 using Platnosci.Core.Linq;4 using adMoto.Payments.Core.Data; 5 using adMoto.Payments.Core.Interfaces; 6 6 7 7 namespace Platnosci.Tests.Web … … 47 47 { 48 48 } 49 public IQueryable< vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer)49 public IQueryable<Invoice> FindInvoiceByNipNumber(string nip, string numer) 50 50 { 51 51 throw new NotImplementedException();
