14 lines
168 B
C#
14 lines
168 B
C#
using AutoMapper;
|
|
|
|
namespace IRaCIS.Core.Application.Service
|
|
{
|
|
public class StatConfig : Profile
|
|
{
|
|
public StatConfig()
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
}
|