/Factory-Pattern-Exercise-2

.NET 6.0 template project for the Factory Pattern exercise at TrueCoders

Primary LanguageC#

Bonus Exercise 2:

Complete the console app to utilizes factory pattern by taking a user’s input of which type of database they would like to access and, based on their input, creates that type of IDataAccess.