11 lines
140 B
C#
Executable File
11 lines
140 B
C#
Executable File
using AutoMapper;
|
|
namespace GamificationService.Mapper;
|
|
|
|
|
|
public class MappingProfile : Profile
|
|
{
|
|
public MappingProfile()
|
|
{
|
|
}
|
|
}
|