Clean up unneeded usings

This commit is contained in:
kougyokugentou 2021-01-29 21:15:28 -08:00
parent 2d02d2d1db
commit 472091c1b3
4 changed files with 3 additions and 22 deletions

View File

@ -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
{

View File

@ -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

View File

@ -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
{

View File

@ -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