Zbiór zmian 949 dla trunk/eCard/eCardMVC/Platnosci.Core/Interface
- Data:
- 2009-12-11 16:57:08 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci.Core/Interface
- Pliki:
-
- 4 zmodyfikowane
-
IDataContext.cs (zmodyfikowane) (1 diff)
-
IIdentifiable.cs (zmodyfikowane) (1 diff)
-
IRepository.cs (zmodyfikowane) (1 diff)
-
ITranslateManager.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IDataContext.cs
r918 r949 2 2 using System.Collections.Generic; 3 3 using System.Linq; 4 using System.Web;5 4 using Platnosci.Core.Linq; 6 using System.Text;7 5 8 6 namespace Platnosci.Core.Interface -
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IIdentifiable.cs
r867 r949 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 6 namespace Platnosci.Core.Interface 1 namespace Platnosci.Core.Interface 7 2 { 8 3 public interface IIdentifiable -
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs
r918 r949 3 3 using System.Linq; 4 4 using System.Linq.Expressions; 5 using System.Text;6 5 using Platnosci.Core.Linq; 7 6 -
trunk/eCard/eCardMVC/Platnosci.Core/Interface/ITranslateManager.cs
r927 r949 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Platnosci.Core.Interface 1 namespace Platnosci.Core.Interface 7 2 { 8 3 public interface ITranslateManager
