irc-netcore-api/IRaCIS.Core.Application/Service/Stat/_MapConfig.cs

14 lines
168 B
C#

using AutoMapper;
namespace IRaCIS.Core.Application.Service
{
public class StatConfig : Profile
{
public StatConfig()
{
}
}
}