I need to prepare my database for unit testing and hence in the set up method I want to get rid of the data.
However, I don't want to be anybody else but the unit test dll to be able to call into my DeleteAllData()
method in my Data Access Layer. What can be done?