Skip to content

can123oz/DotNetCoreBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Rental project with N-Layer Architecture.

Layers:

Business Business Layer created to process or control the incoming information according to the required conditions.

Core Core layer containing various particles independent of the project.

DataAccess Data Access Layer created to perform database CRUD operations.

Entities Entities Layer created for database tables.

WebAPI Web API Layer that opens the business layer to the internet.

Releases

No releases published

Packages

No packages published

Languages