Zbiór zmian 877 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/DataContext1.cs
- Data:
- 2009-11-16 16:06:37 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/DataContext1.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/DataContext1.cs
r872 r877 78 78 { 79 79 return listaPlatnosci; 80 } 80 } 81 public IQueryable<PlatnosciEcard> FindPaymentByOrdernumber(int ordernumber) 82 { 83 var query = from l in _dataContext.PlatnosciEcards 84 where l.ORDERNUMBER == ordernumber 85 select l; 86 87 return query; 88 } 81 89 82 90 }
