/Factory-Pattern-Exercise-2

Exercise for TrueCoders Module 4

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.