Exemplo n.º 1
0
 public EntityState GetEntityState(object entity)
 {
     return(CurrentUnitOfWork.Entry(entity).State);
 }