Zbiór zmian 912 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs
- Data:
- 2009-12-01 12:13:57 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs
r896 r912 66 66 public void Delete(T entity) 67 67 { 68 throw new NotImplementedException();68 _dataContext.Delete(entity); 69 69 } 70 70 public void SubmitChanges()
