Pokaż
Ignoruj:
Data:
2009-11-23 16:27:53 (16 years ago)
Autor:
alina
Opis:

re #215

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs

    r877 r888  
    6666        public void Delete(T entity) 
    6767        { 
    68             _dataContext.Insert(entity); 
     68            throw new NotImplementedException(); 
    6969        } 
    70         public void Update(T entity) 
     70        public void SubmitChanges() 
    7171        { 
    7272            _dataContext.SubmitChanges();