I have some Mapped objects[Entities] in my domain-layer which needs to be used by my web service which exposes these mapped objects to outside world. Where is the correct place for these mapped object? How would you structure your mapped objects and where is their correct location?
My project is a MVC5 .NET project which uses entity framework6 and has the following layers :
UI+Application Layer Domain Layer ( Entities.MappedObjects is the place I have put the mapped object for now) Infrastructure Layer (Does All the plumbing and accessing to DB)