/SchoolDatabaseApp

Based on the Generic Repository Pattern so that a repository does not need to be made for each and every Entity. The repository acted as a middle man between Database and Business Logic layer & read from & wrote to our database, while the business layer is responsible for providing the repository with more specific attributes for the repository to search for in the database.

Primary LanguageC#

Stargazers

No one’s star this repository yet.