using AutoMapper; namespace HRM.UI.Configuration.AutoMapper.Profiles { /// /// /// public class ServicesMappingProfile : Profile { /// /// /// public ServicesMappingProfile() { //TODO: complete with business and repository mappings } } }