Hello,
I'm developing same personalitations about nopcommerce, and i have a problen when i try to map a new entity with a new class.

The problem is when i try to call a store procedure that backs an entity and i have a list<ClassName> to receive the procedure response....

Incompatibles types.... the class and the entity have the same properties with the same types.

I wanted to know if anybody knows how to add a new entity with its class....

Thanks for all!