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