Ejemplo n.º 1
0
 public PresenceState(PresenceState gualState)
 {
     this._start = gualState._start;
     this._end = gualState._end;
     this._pos = gualState._pos;
 }
Ejemplo n.º 2
0
 public PresenceState(GetsUpAndLeavesPosition pos, DateTime start, DateTime end)
 {
     this._start = start;
     this._end = end;
     this._pos = pos;
 }