コード例 #1
0
ファイル: DtoMapper.cs プロジェクト: stephengunter/PosterExam
        public static void AddDtoMapper(this IServiceCollection services)
        {
            IMapper mapper = MappingConfig.CreateConfiguration().CreateMapper();

            services.AddSingleton(mapper);
        }