diff --git a/FuelAccounting/FuelAccounting/Forms/FormCarReport.cs b/FuelAccounting/FuelAccounting/Forms/FormCarReport.cs index 435e445..84ac9fd 100644 --- a/FuelAccounting/FuelAccounting/Forms/FormCarReport.cs +++ b/FuelAccounting/FuelAccounting/Forms/FormCarReport.cs @@ -1,14 +1,5 @@ using FuelAccounting.Reports; using FuelAccounting.Repositories; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; using Unity; namespace FuelAccounting.Forms diff --git a/FuelAccounting/FuelAccounting/Forms/FormDirectoryReport.cs b/FuelAccounting/FuelAccounting/Forms/FormDirectoryReport.cs index b36d84d..6f15dff 100644 --- a/FuelAccounting/FuelAccounting/Forms/FormDirectoryReport.cs +++ b/FuelAccounting/FuelAccounting/Forms/FormDirectoryReport.cs @@ -1,13 +1,4 @@ using FuelAccounting.Reports; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; using Unity; namespace FuelAccounting.Forms; diff --git a/FuelAccounting/FuelAccounting/Forms/FormKilometersDrivenReport.cs b/FuelAccounting/FuelAccounting/Forms/FormKilometersDrivenReport.cs index 56d9010..4606a33 100644 --- a/FuelAccounting/FuelAccounting/Forms/FormKilometersDrivenReport.cs +++ b/FuelAccounting/FuelAccounting/Forms/FormKilometersDrivenReport.cs @@ -1,13 +1,4 @@ using FuelAccounting.Reports; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; using Unity; namespace FuelAccounting.Forms diff --git a/FuelAccounting/FuelAccounting/Reports/DocReport.cs b/FuelAccounting/FuelAccounting/Reports/DocReport.cs index 8f4ec7d..4d8f853 100644 --- a/FuelAccounting/FuelAccounting/Reports/DocReport.cs +++ b/FuelAccounting/FuelAccounting/Reports/DocReport.cs @@ -1,10 +1,5 @@ using FuelAccounting.Repositories; using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace FuelAccounting.Reports; diff --git a/FuelAccounting/FuelAccounting/Reports/TableReport.cs b/FuelAccounting/FuelAccounting/Reports/TableReport.cs index 47a0630..982cbb8 100644 --- a/FuelAccounting/FuelAccounting/Reports/TableReport.cs +++ b/FuelAccounting/FuelAccounting/Reports/TableReport.cs @@ -1,6 +1,5 @@ using FuelAccounting.Repositories; using Microsoft.Extensions.Logging; -using System.Linq; namespace FuelAccounting.Reports;