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