示例#1
0
        public override void CheckIn()
        {
            if (IsDirty && !IsDeleted)
            {
                _UnitController.Update(_Connection, this);

                ResetState();
            }
        }
示例#2
0
 public bool CheckIn()
 {
     return(_UnitLoader.Update(_Connection, this));
 }