Add adapters project

This commit is contained in:
2021-03-28 17:51:51 +02:00
parent c5a7106563
commit bc2380a6c6

View File

@@ -28,6 +28,10 @@ dotnet new classlib -n Wiring
dotnet sln add Wiring dotnet sln add Wiring
dotnet add Wiring reference Domain dotnet add Wiring reference Domain
dotnet add Wiring package Autofac dotnet add Wiring package Autofac
# adapters project
dotnet new classlib -n Adapters
dotnet sln add Adapters
dotnet add Adapters reference Domain
# use webapi and/or console # use webapi and/or console
# webapi project # webapi project
#dotnet new webapi -n WebApi #dotnet new webapi -n WebApi