Maps a FutureResponse DTO to an IFutureModel object.
FutureResponse
IFutureModel
This function will run as a mobx action ensuring that all observers are notified if any changes are made.
dto - the Data Transfer Object received from the backend
model - the IModel to be update
Maps a
FutureResponseDTO to anIFutureModelobject.