I have created a class called BaseDAL which basically handles all database requests for the application I have built. One of the methods takes a stored procedure, loops through all the parameters, ...