- 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/IRepository.cs (skopiowane) (skopiowane from trunk/eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/adMoto.Payments.Core/Interfaces/IRepository.cs
r949 r970 3 3 using System.Linq; 4 4 using System.Linq.Expressions; 5 using Platnosci.Core.Linq;5 using adMoto.Payments.Core.Data; 6 6 7 namespace Platnosci.Core.Interface7 namespace adMoto.Payments.Core.Interfaces 8 8 { 9 9 public interface IRepository<T> where T : IIdentifiable … … 37 37 IQueryable<T> Find(Expression<Func<T, bool>> expression); 38 38 39 IQueryable< vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer);39 IQueryable<Invoice> FindInvoiceByNipNumber(string nip, string numer); 40 40 41 41 List<PotwierdzeniaEcard> FindItemsByIdFaktury(int idFaktury);
