I need to organize my BOs in several namespaces. However it seems that it is not possible with Strataframe. When I manually update *.vb and *.Designer.vb files it works but when I rebuild classes with Business Object Mapper, the *.Designer.vb file lost the information about namespace...
I understand that Designer files are generated automatically but I didn't find any other method how to use namespaces.
Is there any correct way how to do it?