Zbiór zmian 939 dla branches/Emisje/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs
- Data:
- 2009-12-08 10:09:39 (16 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 3 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
eCard/eCardMVC/Platnosci.Core (zmodyfikowane) (1 prop)
-
eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 3 3 /branches/ReklamaReorganizacja:568-731 4 4 /tags/BazaReklam_1.1.28:831 5 /trunk:774-893 5 /trunk:774-893,896-936
-
- Property svn:mergeinfo
-
branches/Emisje/eCard/eCardMVC/Platnosci.Core
-
Włąściwość:
svn:ignore set
to
bin
-
Włąściwość:
svn:ignore set
to
-
branches/Emisje/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs
r895 r939 66 66 public void Delete(T entity) 67 67 { 68 throw new NotImplementedException();68 _dataContext.Delete(entity); 69 69 } 70 70 public void SubmitChanges() … … 88 88 return _dataContext.FindInvoiceByNipNumber(nip, numer); 89 89 } 90 public IQueryable<vPlatnosciEcard> FindInvoiceById(int id)91 {92 return _dataContext.FindInvoiceById(id);93 }94 90 public List<PotwierdzeniaEcard> FindItemsByIdFaktury(int idFaktury) 95 91 { 96 92 return _dataContext.FindItemsByIdFaktury(idFaktury); 97 93 } 98 public IQueryable<PlatnosciEcard> FindPaymentByOrdernumber(int ordernumber)94 public int GetOrdernumber(string description, int? idfaktury, DateTime? data) 99 95 { 100 return _dataContext. FindPaymentByOrdernumber(ordernumber);96 return _dataContext.GetOrdernumber(description, idfaktury, data); 101 97 } 102 98 }
