Pokaż
Ignoruj:
Data:
2009-12-07 11:39:40 (16 years ago)
Autor:
marek
Opis:

re #215 - drobny refactoring

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Controllers/AccountController.cs

    r880 r930  
    11using System; 
    22using System.Linq; 
    3 using System.Text; 
    43using System.Web.Mvc; 
    54using System.Web.Security; 
    6 using System.Collections.Generic; 
    75using Platnosci.Core.Linq; 
    86using Platnosci.Models; 
    9 using System.Globalization; 
    10 using System.Threading; 
    117using Platnosci.Core.Interface; 
    12 using System.Resources; 
    13 using Platnosci.Core; 
    148 
    159namespace Platnosci.Controllers