コード例 #1
0
ファイル: UserController.cs プロジェクト: etinum/repoforms
        public UserController()
        {
            _ctx = new PLSFormsDBEntities();

            var mapConfig = new MapperConfiguration(cfg =>
            {
                cfg.AddProfile <MapperProfile>();
            });

            _mapper = mapConfig.CreateMapper();
        }