Zbiór zmian 870 dla trunk/eCard/eCardMVC/Platnosci.Core/Interface
- Data:
- 2009-11-03 16:06:42 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs
r866 r870 4 4 using System.Linq.Expressions; 5 5 using System.Text; 6 using Platnosci.Core.Linq; 6 7 7 8 namespace Platnosci.Core.Interface … … 16 17 17 18 void Delete(T entity); 18 19 19 20 void Update(T entity); 20 21 … … 36 37 37 38 IQueryable<T> Find(Expression<Func<T, bool>> expression); 39 40 IQueryable<vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer); 41 42 IQueryable<vPlatnosciEcard> FindInvoiceById(int id); 43 44 List<PotwierdzeniaEcard> FindItemsByIdFaktury(int idFaktury); 38 45 } 39 46 }
