Different between some layers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello all,

I have a simple question in some Nop layers.
What the difference between Nop.Core.Domain.Blogs and Nop.Admin.Models.Blogs?

As you mentioned in the Nop documentation, I think we should have a unique model in the Nop and just in the Nop.Core.Domain (correct?)...

Is this a redundant entity?

Thanks
12 years ago
Models in Nop are presentation models used by views.  The classes in Domain are the actual object.

The models could have the actual Domain object plus other fields for populating things like Dropdowns or whatever.
12 years ago
Dear AndyMcKenna,

Thank you for your response.
But I think we should have a relation between objects on Nop.Core and objects in Nop.Web, shouldn't we?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.