[Feature] Generic Repository 및 UnitOfWork 패턴 구현 #18
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
Infrastructure 레이어에 Generic Repository와 UnitOfWork 패턴을 구현한다.
Issue #3에서 정의한
IRepository<T>,IUnitOfWork인터페이스의 구현체를 작성한다.체크리스트
SPMS.Infrastructure/Persistence/Repositories/Repository.cs— IRepository 구현SPMS.Infrastructure/Persistence/UnitOfWork.cs— IUnitOfWork 구현참조
SPMS.Domain/Interfaces/IRepository.csSPMS.Domain/Interfaces/IUnitOfWork.csSPMS.Infrastructure/AppDbContext.cs