diff --git a/ReportingServices.Test/ReportingServices.Test.csproj b/ReportingServices.Test/ReportingServices.Test.csproj index 0d3d66c..027f1e2 100644 --- a/ReportingServices.Test/ReportingServices.Test.csproj +++ b/ReportingServices.Test/ReportingServices.Test.csproj @@ -8,6 +8,12 @@ false + + + + + + @@ -23,8 +29,4 @@ - - - - diff --git a/ReportingServices.Test/UnitTest1.cs b/ReportingServices.Test/UnitTest1.cs index be6a9dc..4524ab4 100644 --- a/ReportingServices.Test/UnitTest1.cs +++ b/ReportingServices.Test/UnitTest1.cs @@ -1,6 +1,4 @@ using ReportingServices.HelperClasses; -using ReportingServices.ReportingObjects; -using System.Text.Json; namespace ReportingServices.Test { diff --git a/ReportingServices/HelperClasses/Data/DBCaller.cs b/ReportingServices/HelperClasses/Data/DBCaller.cs index db7d636..b6a8a2d 100644 --- a/ReportingServices/HelperClasses/Data/DBCaller.cs +++ b/ReportingServices/HelperClasses/Data/DBCaller.cs @@ -1,7 +1,4 @@ using System.Data; -using System.Numerics; -using System.Runtime.Intrinsics.Arm; -using System.Text.RegularExpressions; using Microsoft.Data.SqlClient; using ReportingServices.Models.PlanningReport; using ReportingServices.ReportingObjects;