Pokaż
Ignoruj:
Data:
2009-12-23 11:26:06 (16 years ago)
Autor:
marek
Opis:

re #215 - dodanie nowego projektu z lepsza nazwa i typem projektu

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeDataContext.cs

    r951 r970  
    22using System.Collections.Generic; 
    33using System.Linq; 
    4 using Platnosci.Core.Interface; 
    5 using Platnosci.Core.Linq; 
     4using adMoto.Payments.Core.Data; 
     5using adMoto.Payments.Core.Interfaces; 
    66 
    77namespace Platnosci.Tests.Web 
     
    4747        { 
    4848        } 
    49         public IQueryable<vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer) 
     49        public IQueryable<Invoice> FindInvoiceByNipNumber(string nip, string numer) 
    5050        { 
    5151            throw new NotImplementedException();