I'm using automapper v1.1.
On my DB side, I have fields like this: manufacturer_id, manufacturer_name, ...
On my Dto side, I have fields like this: ManufacturerId, ManufacturerName, ...
How can I config automapper so that such mapping goes smoothly? Thanks.