I am using auto mapping first time.
I am working on c# application and I want to use auto mapper.
(I just want to know how to use it, so I don't have asp.net app neither MVC app.)
I have three class library projects.

I want to write transfer process in the service project.
So I want to know how and where should I configure the Auto Mapper ?
You can place the configuration anywhere:
But it has to be called by the application using the libraries at some point: