Denis Brandi
Jul 7, 2021

--

Hi Eric, thanks for reading the article!

I used `ProductDTO` in the example where both network and database datasources where sharing the same model object rather than having 1 model each (which is, as explained, wrong).

I'm using `NetworkProduct` and `DbProduct` instead in the correct example

--

--