EchoTex_Payroll/Erecruitment.UI/Configurations/AutoMapper/Profiles/ServicesMappingProfile.cs
2024-10-14 10:01:49 +06:00

18 lines
378 B
C#

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