Cleaned up project files, removing unnecessary using statements and getting rid of unecessary directories and files.

This commit is contained in:
Daniel Wathen
2022-12-01 08:40:13 -07:00
parent c38bb0c740
commit e9c071c8f7
3 changed files with 6 additions and 9 deletions

View File

@ -1,6 +1,4 @@
using ReportingServices.HelperClasses;
using ReportingServices.ReportingObjects;
using System.Text.Json;
namespace ReportingServices.Test
{