Pokaż
Ignoruj:
Data:
2009-12-08 10:09:39 (16 years ago)
Autor:
sylwek
Opis:

re #195 - merged with latest trunk

Lokalizacja:
branches/Emisje
Pliki:
3 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Emisje

    • Property svn:mergeinfo
      •  

        old new  
        33/branches/ReklamaReorganizacja:568-731 
        44/tags/BazaReklam_1.1.28:831 
        5 /trunk:774-893 
         5/trunk:774-893,896-936 
  • branches/Emisje/eCard/eCardMVC/Platnosci.Core

    • Włąściwość: svn:ignore set to
      bin
  • branches/Emisje/eCard/eCardMVC/Platnosci.Core/Interface/IRepository.cs

    r895 r939  
    4040        IQueryable<vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer); 
    4141 
    42         IQueryable<vPlatnosciEcard> FindInvoiceById(int id); 
    43  
    4442        List<PotwierdzeniaEcard> FindItemsByIdFaktury(int idFaktury); 
    4543 
    46         IQueryable<PlatnosciEcard> FindPaymentByOrdernumber(int ordernumber); 
     44        int GetOrdernumber(string description, int? idfaktury, DateTime? data); 
    4745    } 
    4846}