refactor: eliminados using sobrantes

This commit is contained in:
2024-08-11 18:22:09 -03:00
parent a51731df7b
commit 1877f7705c
34 changed files with 23 additions and 123 deletions

Binary file not shown.

View File

@@ -1,8 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime.InteropServices;
using Modelo;
namespace Controladora
namespace Controladora
{
public class Singleton<T> where T : new()
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class Categoria

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class Cliente

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class DetalleFactura: Detalle<Producto>

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class DetalleOrdenDeCompra: Detalle<Producto>

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class DetallePedido : Detalle<Producto>

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class DetallePresupuesto: Detalle<Producto>

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public enum EnvaseTipo

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
namespace Entidades
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class Lote

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
namespace Entidades
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
namespace Entidades
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
namespace Entidades
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
namespace Entidades
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class ProductoNoPercedero: Producto

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class ProductoPercedero: Producto

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Entidades
{
public class Proveedor

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
namespace Entidades
{

View File

@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{

View File

@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{

View File

@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo

View File

@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{

View File

@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo

View File

@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo

View File

@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo

View File

@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{

View File

@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{

View File

@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo