Zbiór zmian 930 dla trunk/eCard/eCardMVC/Platnosci
- Data:
- 2009-12-07 11:39:40 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci
- Pliki:
-
- 4 zmodyfikowane
-
Controllers/AccountController.cs (zmodyfikowane) (1 diff)
-
Controllers/HomeController.cs (zmodyfikowane) (1 diff)
-
Platnosci.Web.csproj (zmodyfikowane) (1 diff)
-
Platnosci.Web.csproj.user (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/AccountController.cs
r880 r930 1 1 using System; 2 2 using System.Linq; 3 using System.Text;4 3 using System.Web.Mvc; 5 4 using System.Web.Security; 6 using System.Collections.Generic;7 5 using Platnosci.Core.Linq; 8 6 using Platnosci.Models; 9 using System.Globalization;10 using System.Threading;11 7 using Platnosci.Core.Interface; 12 using System.Resources;13 using Platnosci.Core;14 8 15 9 namespace Platnosci.Controllers -
trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
r866 r930 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Mvc; 1 using System.Web.Mvc; 6 2 7 3 namespace Platnosci.Controllers -
trunk/eCard/eCardMVC/Platnosci/Platnosci.Web.csproj
r915 r930 209 209 <WebProjectProperties> 210 210 <UseIIS>False</UseIIS> 211 <AutoAssignPort> True</AutoAssignPort>211 <AutoAssignPort>False</AutoAssignPort> 212 212 <DevelopmentServerPort>3646</DevelopmentServerPort> 213 213 <DevelopmentServerVPath>/</DevelopmentServerVPath> -
trunk/eCard/eCardMVC/Platnosci/Platnosci.Web.csproj.user
r883 r930 1 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 2 <PropertyGroup> 3 <ProjectView> ShowAllFiles</ProjectView>3 <ProjectView>ProjectFiles</ProjectView> 4 4 </PropertyGroup> 5 5 <ProjectExtensions>
