Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 632 Bytes

ReadMe.md

File metadata and controls

15 lines (10 loc) · 632 Bytes

Book Subscriptions

Project Layers

  • Api - The .Net Core 3.1 Web Api with swagger UI and Authorization
  • Api.Tests - A few Presenters unit tests
  • Common - A class library that contain common methods and custom LINQ methods that are used other projects.
  • Core - The class library where business rules are defines with use cases.
  • Core.Tests - Unit Tests for Core class library.
  • Infastructure - The data layer class library where we define database for our application. In this application we SQL Server as database.

Preview

API Image