- Data:
- 2010-01-04 15:11:44 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs
r991 r992 92 92 { 93 93 var invoices = _repInvoices.FindAll(p => p.NUMER == 1 && p.NUMER_ROK == 1 && p.NUMER_ROZ == "SLJ" && p.ID_NABYWCY == 76131); 94 System.Diagnostics.Debug.WriteLine(" count: " + invoices.Count);95 94 for (int i = 0; i < invoices.Count; i++) 96 95 { 97 96 var id_faktury = invoices[i].ID_FAKTURY; 98 System.Diagnostics.Debug.WriteLine(" id faktury: " + invoices[i].ID_FAKTURY + "\n");99 97 if (invoices[i] != null) 100 98 _repInvoices.Delete(invoices[i]);
