Hi Fabio!
I've this code:
public NhibernateDataHelper(NHibernate.Cfg.Configuration configuration)
{
////here I need to dump the mappings on a file for debug
}I would to not pass also the HbmMapping to my class because I need only for dumping. Is more clear? Thanks!
