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

re #215 - drobny refactoring

Lokalizacja:
trunk/eCard/eCardMVC/Platnosci/Controllers
Pliki:
2 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 
  • 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; 
     1using System.Web.Mvc; 
    62 
    73namespace Platnosci.Controllers