extinctsion / extinctsion/SignalRChatBackend
Create Separate Repository Project. Extract the Repository layer into a separate project (ProjectName.Repository).
Open
enhancement
good first issue
hacktoberfest-accepted
help wanted
- Dominant language
- C#
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Create a new Class Library project named ProjectName.Repository.
Move repository interfaces and implementations into this project.
Reference ProjectName.Data and ProjectName.Models.
Update DI (Dependency Injection) setup in the main project to use repositories from this layer.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.