- Data:
- 2009-11-24 12:21:39 (16 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 /branches/Abonament:701-884 1 2 /branches/AutoShopper:815-818 2 3 /branches/ReklamaReorganizacja:568-731 3 4 /tags/BazaReklam_1.1.28:831 4 /trunk:774-8 685 /trunk:774-893
-
- Property svn:mergeinfo
-
branches/Emisje/eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs
r866 r895 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 void Update(T entity);19 20 void SubmitChanges(); 20 21 21 22 T FindOne(int id); … … 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); 45 46 IQueryable<PlatnosciEcard> FindPaymentByOrdernumber(int ordernumber); 38 47 } 39 48 }
