Files
aspnet-microservice-template/Mapper/MappingProfile.cs

11 lines
140 B
C#
Executable File

using AutoMapper;
namespace GamificationService.Mapper;
public class MappingProfile : Profile
{
public MappingProfile()
{
}
}