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