runliuv@cnblogs
无法删除此对象,因为未在 ObjectStateManager 中找到它。
不能直接删除实体类,
用Service提供的:
void Delete(long[] ids); void Delete(long id);
可正常删除。