SPMS_API/SPMS.Application/DTOs/Account
SEAN e81b12fbea feat: 내 정보 조회/수정 API 구현 (#62)
- ProfileResponseDto, UpdateProfileRequestDto 생성
- IAuthService에 GetProfileAsync, UpdateProfileAsync 추가
- AuthService에 프로필 조회/수정 로직 구현
- ProfileController 생성 (v1/in/account/profile)
2026-02-10 10:48:57 +09:00
..
AccountListRequestDto.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
AccountListResponseDto.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
AccountResponseDto.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
CreateAccountRequestDto.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
ProfileResponseDto.cs feat: 내 정보 조회/수정 API 구현 (#62) 2026-02-10 10:48:57 +09:00
UpdateAccountRequestDto.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
UpdateProfileRequestDto.cs feat: 내 정보 조회/수정 API 구현 (#62) 2026-02-10 10:48:57 +09:00