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/eCardDataTests.cs

    r969 r970  
    11using System; 
     2using adMoto.Payments.Core; 
     3using adMoto.Payments.Core.Data; 
    24using NUnit.Framework; 
    35using Platnosci.Models; 
    4 using Platnosci.Core.Linq; 
    56 
    67namespace Platnosci.Tests.Web 
     
    186187            var amountEUR = 1300; 
    187188 
    188             var repVPayment = new Repository<vPlatnosciEcard>(new FakeDataContext()); 
     189            var repVPayment = new Repository<Invoice>(new FakeDataContext()); 
    189190            var invoice = _function.CreateForeignInvoice(idFaktury, "nip1", "abc/2009", amountPL, 0, amountEUR, "EUR"); 
    190191            repVPayment.Insert(invoice);