public ToDoEntityProxy( IToDoEntity toDoEntity )
 {
   objectId = toDoEntity.objectId;
   DeviceId = toDoEntity.DeviceId;
   _done = toDoEntity.Done;
   _text = toDoEntity.Text;
 }
Beispiel #2
0
 public ToDoEntityProxy(IToDoEntity toDoEntity)
 {
     objectId = toDoEntity.objectId;
     DeviceId = toDoEntity.DeviceId;
     _done    = toDoEntity.Done;
     _text    = toDoEntity.Text;
 }