34.6.3 따라하기 2: 모델 클래스와 리파지터리 클래스 구현
1. 모델 클래스와 리파지터리 클래스를 구현해보자.
• 모델 클래스
- UserViewModel.cs
• 리파지터리 클래스
- IUserRepository.cs
- UserRepository.cs
34.6.3 따라하기 2: 모델 클래스와 리파지터리 클래스 구현
1. 모델 클래스와 리파지터리 클래스를 구현해보자.
• 모델 클래스
- UserViewModel.cs
• 리파지터리 클래스
- IUserRepository.cs
- UserRepository.cs