From 472091c1b34bca7da108bcd61d8a2f2f7da5093b Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Fri, 29 Jan 2021 21:15:28 -0800 Subject: [PATCH] Clean up unneeded usings --- Models/Attendance.cs | 8 +------- Models/Authorized_Guardian.cs | 8 +------- Models/Child.cs | 8 +------- Properties/AssemblyInfo.cs | 1 - 4 files changed, 3 insertions(+), 22 deletions(-) diff --git a/Models/Attendance.cs b/Models/Attendance.cs index b7741d2..4675182 100644 --- a/Models/Attendance.cs +++ b/Models/Attendance.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace GreatHomeChildcare.Models +namespace GreatHomeChildcare.Models { class Attendance { diff --git a/Models/Authorized_Guardian.cs b/Models/Authorized_Guardian.cs index 86e7713..781222e 100644 --- a/Models/Authorized_Guardian.cs +++ b/Models/Authorized_Guardian.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace GreatHomeChildcare.Models +namespace GreatHomeChildcare.Models { /* The authorized_guardian class and table acts * as a bridge table in the database to provide diff --git a/Models/Child.cs b/Models/Child.cs index 0bc4d19..77552e6 100644 --- a/Models/Child.cs +++ b/Models/Child.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace GreatHomeChildcare.Models +namespace GreatHomeChildcare.Models { public class Child { diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0ee2ce6..8e0aee0 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following