Esempio n. 1
0
 protected EntityEntry <T> Entry(T entity)
 {
     return(_context.Entry(entity));
 }