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