NOTES ----- The Legacy 1.0 folder contains all the old database calls from when they existed on the PBIN.Web project and PBIN.Core. This includes old BLL/DAL calls, data access stored procedure calls and inline HTML/ASP.NET data sources transitioned into services. Organization-wise, services are split into sections based on where they originally came from: Ex. BLL came from BLL/DAL classes in PBIN.Web and DboAccess comes from PBIN.Core. Items in this folder rely on a mix of hardcoded SQL queries and stored procedures, essentially a copy of how they existed previously. Future updates should go outside this folder into an organized structure if applicable.