Skip to content

Add DTOs, domain models, EF Core setup, and API skeleton#1

Open
iqbalbaloch8994-spec wants to merge 1 commit into
mainfrom
feacher_add_table
Open

Add DTOs, domain models, EF Core setup, and API skeleton#1
iqbalbaloch8994-spec wants to merge 1 commit into
mainfrom
feacher_add_table

Conversation

@iqbalbaloch8994-spec

Copy link
Copy Markdown
Collaborator
  • Introduced DTO and domain model classes for User, Project, ProjectRequest, and ProjectAllocation.
  • Added empty UsersController to APIGateway_Services.
  • Created IUsers interface and UserRepostory class (empty) in Application_Services.
  • Implemented ProjectAllocationDbContext with EF Core and SQLite.
  • Updated Infrastructure_Service.csproj with EF Core dependencies.
  • Updated APIGateway_Services.csproj with project references and .NET 10.0 target.

- Introduced DTO and domain model classes for User, Project, ProjectRequest, and ProjectAllocation.
- Added empty UsersController to APIGateway_Services.
- Created IUsers interface and UserRepostory class (empty) in Application_Services.
- Implemented ProjectAllocationDbContext with EF Core and SQLite.
- Updated Infrastructure_Service.csproj with EF Core dependencies.
- Updated APIGateway_Services.csproj with project references and .NET 10.0 target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant