Skip to content
On this page
c#
Atman.BSProject
	src
		Core//核心 更加偏向抽象
    		Application
    		Domain
    		Shared
		Infrastructure//基础设施 一些实现都会在这里
    		
		Host//服务入口 目前是WebAPI

参考

主要参考文章

使用.NET 6开发TodoList应用文章索引 - CODE4NOTHING - 博客园 (cnblogs.com)

主要参考项目

fullstackhero/dotnet-webapi-boilerplate: Clean Architecture Template for .NET 7.0 WebApi built with Multitenancy Support. (github.com)