påbörjat hantering olika portföljer
This commit is contained in:
10
StockBL/PersonStockFacade.cs
Normal file
10
StockBL/PersonStockFacade.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using StockBL.Interface;
|
||||
using System;
|
||||
|
||||
namespace StockBL
|
||||
{
|
||||
public class PersonStockFacade : IPersonStockFacade
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
11
StockBL/StockBL.csproj
Normal file
11
StockBL/StockBL.csproj
Normal file
@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\StockBL.Interface\StockBL.Interface.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user