- Data:
- 2009-12-23 11:26:06 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/adMoto.Payments.Core
- Pliki:
-
- 2 dodane
- 1 skopiowane
-
. (dodane)
-
Interfaces (dodane)
-
Interfaces/IDataContext.cs (skopiowane) (skopiowane from trunk/eCard/eCardMVC/Platnosci.Core/Interface/IDataContext.cs) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/adMoto.Payments.Core/Interfaces/IDataContext.cs
r949 r970 2 2 using System.Collections.Generic; 3 3 using System.Linq; 4 using Platnosci.Core.Linq;4 using adMoto.Payments.Core.Data; 5 5 6 namespace Platnosci.Core.Interface6 namespace adMoto.Payments.Core.Interfaces 7 7 { 8 8 public interface IDataContext … … 12 12 void Insert<T>(T item) where T : class; 13 13 void Delete<T>(T item) where T : class; 14 IQueryable< vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer);14 IQueryable<Invoice> FindInvoiceByNipNumber(string nip, string numer); 15 15 List<PotwierdzeniaEcard> FindItemsByIdFaktury(int idFaktury); 16 16 int GetOrdernumber(string description, int? idfaktury, DateTime? data);
