Zbiór zmian 888 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq
- Data:
- 2009-11-23 16:27:53 (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
r877 r888 66 66 public void Delete(T entity) 67 67 { 68 _dataContext.Insert(entity);68 throw new NotImplementedException(); 69 69 } 70 public void Update(T entity)70 public void SubmitChanges() 71 71 { 72 72 _dataContext.SubmitChanges();
