refactor(furniture-service): remove redundant building-block references
This commit is contained in:
parent
833813ad13
commit
a149394cac
@ -7,6 +7,7 @@ Constrain furniture-service to orchestration responsibilities after domain extra
|
||||
- Coordinate use-case flow
|
||||
- Call domain abstractions for decisions
|
||||
- Adapt transport contracts
|
||||
- Depend on Domain and DAL boundaries without direct BuildingBlock ownership
|
||||
|
||||
## Prohibited Responsibilities
|
||||
- Owning business decision rules
|
||||
|
||||
@ -6,8 +6,6 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
|
||||
<ProjectReference Include="..\..\..\building-block-catalog\src\BuildingBlock.Catalog.Contracts\BuildingBlock.Catalog.Contracts.csproj" />
|
||||
<ProjectReference Include="..\..\..\building-block-inventory\src\BuildingBlock.Inventory.Contracts\BuildingBlock.Inventory.Contracts.csproj" />
|
||||
<ProjectReference Include="..\..\..\furniture-domain\src\Furniture.Domain\Furniture.Domain.csproj" />
|
||||
<ProjectReference Include="..\..\..\furniture-dal\src\Furniture.DAL\Furniture.DAL.csproj" />
|
||||
<ProjectReference Include="..\Furniture.Service.Contracts\Furniture.Service.Contracts.csproj" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user