using AutoMapper;
//using D = Payroll.Api.Models.Responses;
using H = HRM.BO;
//using S = Payroll.Api.Models.Objects;
namespace HRM.UI.Configuration.AutoMapper.Profiles
{
///
///
///
public class APIMappingProfile : Profile
{
///
///
///
public APIMappingProfile()
{
//CreateMap().ReverseMap();
//CreateMap().ReverseMap();
//CreateMap().ReverseMap();
}
}
}