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