コード例 #1
0
 public void ChangeObjectState(object entity, ObjectState state)
 {
     _Context.ChangeObjectState(entity, state);
 }