Zbiór zmian 912 dla trunk/eCard/eCardMVC/Platnosci.Core/Interface/IDataContext.cs
- Data:
- 2009-12-01 12:13:57 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IDataContext.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IDataContext.cs
r896 r912 13 13 IQueryable<T> GetTable<T>() where T : class; 14 14 void Insert<T>(T item) where T : class; 15 void Delete<T>(T item) where T : class; 15 16 IQueryable<vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer); 16 17 List<PotwierdzeniaEcard> FindItemsByIdFaktury(int idFaktury);
