- Data:
- 2009-12-23 11:59:36 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/MerchantControllerTests.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/MerchantControllerTests.cs
r970 r971 2 2 using adMoto.Payments.Core.Data; 3 3 using adMoto.Payments.Core.Interfaces; 4 using adMoto.Payments.Web.Controllers; 5 using adMoto.Payments.Web.Models; 4 6 using NUnit.Framework; 5 using Platnosci.Controllers;6 using Platnosci.Models;7 7 using System.Web.Mvc; 8 8 9 namespace Platnosci.Tests.Web9 namespace adMoto.Payments.Test.Web 10 10 { 11 11 [TestFixture]
