1
Crost
3y

I'm trying out some stuff I read. I have rich domain models with private fields. In order to create EF core entities my domain models create snapshots with public properties.

So 3 models - domain, snapshot, entity.

Now I am thinking about introducing a fourth for the API.

This seems mental and that I have misunderstood something. Automapper might help clean this up.

Comments
Add Comment