Skip to content

joaosouzaaa/FacadePattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facade Pattern

The goal of this project is to show the implementation of a commom pattern used in backend projects, The facade pattern.

A facade is a class that provides a simple interface to a complex subsystem which contains lots of moving parts.

You can find the implementation for this pattern in the following file:

/FacadePattern.API/Services/EcommerceFacade.cs

Technologies used

  • .NET 8
  • C#
  • xUnit
  • Moq
  • EntityFrameworkCore

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages