Code2Gether-Discord / Code2Gether-Discord/Code2Gether-Discord-Bot

[User Story] As a developer, I want a singular repository class so that I can easily use multiple repositories

Đang mở
#36 1 bình luận 0 reaction 2 người được giao Được @nickmartin1ee7 nhận Xem trên GitHub
enhancement
Ngôn ngữ chính
C#
Star
3
Fork
1
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**Given...**
Multiple repositories are referenced within a method or class

**When...**
The need for accessing multiple repositories arises

**Then...**
Construct via factory, or pass in via DI a UnitOfWork class that contains all `IRepositories` to allow easy use of repositories.

- This will become increasingly necessary when more repositories are created.
- This is essentially containerizing repositories within a single class.

Acceptance Criteria:
- Will have a UnitOfWork version containing multiple DALs.
- Will have a FakeUnitOfWork version containing multiple FakeRepositories.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.