Пример #1
0
 public T Detach <T>(T item) where T : class
 {
     return(_context.Detach <T>(item));
 }