diff --git a/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 b/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 index f37ea59..a879841 100644 Binary files a/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 and b/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Final_OOP/v17/.futdcache.v2 b/.vs/Final_OOP/v17/.futdcache.v2 index 6e099b4..5a3f3ba 100644 Binary files a/.vs/Final_OOP/v17/.futdcache.v2 and b/.vs/Final_OOP/v17/.futdcache.v2 differ diff --git a/Controladora/Singleton.cs b/Controladora/Singleton.cs index 1fd87ef..9be6d00 100644 --- a/Controladora/Singleton.cs +++ b/Controladora/Singleton.cs @@ -1,8 +1,4 @@ -using System.Collections.ObjectModel; -using System.Runtime.InteropServices; -using Modelo; - -namespace Controladora +namespace Controladora { public class Singleton where T : new() { diff --git a/Controladora/bin/Debug/net6.0/Controladora.dll b/Controladora/bin/Debug/net6.0/Controladora.dll index 0c91429..387625a 100644 Binary files a/Controladora/bin/Debug/net6.0/Controladora.dll and b/Controladora/bin/Debug/net6.0/Controladora.dll differ diff --git a/Controladora/bin/Debug/net6.0/Controladora.pdb b/Controladora/bin/Debug/net6.0/Controladora.pdb index ee5928b..dd74473 100644 Binary files a/Controladora/bin/Debug/net6.0/Controladora.pdb and b/Controladora/bin/Debug/net6.0/Controladora.pdb differ diff --git a/Controladora/obj/Debug/net6.0/Controladora.dll b/Controladora/obj/Debug/net6.0/Controladora.dll index 0c91429..387625a 100644 Binary files a/Controladora/obj/Debug/net6.0/Controladora.dll and b/Controladora/obj/Debug/net6.0/Controladora.dll differ diff --git a/Controladora/obj/Debug/net6.0/Controladora.pdb b/Controladora/obj/Debug/net6.0/Controladora.pdb index ee5928b..dd74473 100644 Binary files a/Controladora/obj/Debug/net6.0/Controladora.pdb and b/Controladora/obj/Debug/net6.0/Controladora.pdb differ diff --git a/Entidades/Categoria.cs b/Entidades/Categoria.cs index 77da1f9..8a6bd26 100644 --- a/Entidades/Categoria.cs +++ b/Entidades/Categoria.cs @@ -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 diff --git a/Entidades/Cliente.cs b/Entidades/Cliente.cs index 4c79c18..13f269f 100644 --- a/Entidades/Cliente.cs +++ b/Entidades/Cliente.cs @@ -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 diff --git a/Entidades/DetalleFactura.cs b/Entidades/DetalleFactura.cs index d0f5a57..5f68ebb 100644 --- a/Entidades/DetalleFactura.cs +++ b/Entidades/DetalleFactura.cs @@ -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 diff --git a/Entidades/DetalleOrdenDeCompra.cs b/Entidades/DetalleOrdenDeCompra.cs index cd23899..e059d38 100644 --- a/Entidades/DetalleOrdenDeCompra.cs +++ b/Entidades/DetalleOrdenDeCompra.cs @@ -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 diff --git a/Entidades/DetallePedido.cs b/Entidades/DetallePedido.cs index 824110f..d1dcf26 100644 --- a/Entidades/DetallePedido.cs +++ b/Entidades/DetallePedido.cs @@ -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 diff --git a/Entidades/DetallePresupuesto.cs b/Entidades/DetallePresupuesto.cs index ae98e03..bf53952 100644 --- a/Entidades/DetallePresupuesto.cs +++ b/Entidades/DetallePresupuesto.cs @@ -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 diff --git a/Entidades/EnvaseTipo.cs b/Entidades/EnvaseTipo.cs index 069df00..be9916e 100644 --- a/Entidades/EnvaseTipo.cs +++ b/Entidades/EnvaseTipo.cs @@ -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 diff --git a/Entidades/Factura.cs b/Entidades/Factura.cs index 357b629..45fa80a 100644 --- a/Entidades/Factura.cs +++ b/Entidades/Factura.cs @@ -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 { diff --git a/Entidades/Lote.cs b/Entidades/Lote.cs index ea5386a..171df17 100644 --- a/Entidades/Lote.cs +++ b/Entidades/Lote.cs @@ -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 diff --git a/Entidades/OrdenDeCompra.cs b/Entidades/OrdenDeCompra.cs index 7ea5f5a..f396dee 100644 --- a/Entidades/OrdenDeCompra.cs +++ b/Entidades/OrdenDeCompra.cs @@ -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 { diff --git a/Entidades/PedidoDePresupuesto.cs b/Entidades/PedidoDePresupuesto.cs index 445fe45..2d7d439 100644 --- a/Entidades/PedidoDePresupuesto.cs +++ b/Entidades/PedidoDePresupuesto.cs @@ -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 { diff --git a/Entidades/Presupuesto.cs b/Entidades/Presupuesto.cs index 3a2b6a3..ddb28eb 100644 --- a/Entidades/Presupuesto.cs +++ b/Entidades/Presupuesto.cs @@ -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 { diff --git a/Entidades/Producto.cs b/Entidades/Producto.cs index c76ebe9..4eb262c 100644 --- a/Entidades/Producto.cs +++ b/Entidades/Producto.cs @@ -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 { diff --git a/Entidades/ProductoNoPercedero.cs b/Entidades/ProductoNoPercedero.cs index 508f94e..e685ba4 100644 --- a/Entidades/ProductoNoPercedero.cs +++ b/Entidades/ProductoNoPercedero.cs @@ -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 diff --git a/Entidades/ProductoPercedero.cs b/Entidades/ProductoPercedero.cs index dccbe45..4e237db 100644 --- a/Entidades/ProductoPercedero.cs +++ b/Entidades/ProductoPercedero.cs @@ -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 diff --git a/Entidades/Proveedor.cs b/Entidades/Proveedor.cs index 72a40ef..0bcc6cb 100644 --- a/Entidades/Proveedor.cs +++ b/Entidades/Proveedor.cs @@ -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 diff --git a/Entidades/Remito.cs b/Entidades/Remito.cs index ff4ce9f..4444975 100644 --- a/Entidades/Remito.cs +++ b/Entidades/Remito.cs @@ -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 { diff --git a/Modelo/RepositorioCategoria.cs b/Modelo/RepositorioCategoria.cs index b97965d..652c08e 100644 --- a/Modelo/RepositorioCategoria.cs +++ b/Modelo/RepositorioCategoria.cs @@ -1,5 +1,4 @@ -using System.Runtime; -using Entidades; +using Entidades; namespace Modelo { diff --git a/Modelo/RepositorioClientes.cs b/Modelo/RepositorioClientes.cs index 9fe6088..f054012 100644 --- a/Modelo/RepositorioClientes.cs +++ b/Modelo/RepositorioClientes.cs @@ -1,5 +1,4 @@ -using System.Runtime; -using Entidades; +using Entidades; namespace Modelo { diff --git a/Modelo/RepositorioFactura.cs b/Modelo/RepositorioFactura.cs index 8986bc2..72372fc 100644 --- a/Modelo/RepositorioFactura.cs +++ b/Modelo/RepositorioFactura.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.Runtime; using Entidades; namespace Modelo diff --git a/Modelo/RepositorioLote.cs b/Modelo/RepositorioLote.cs index bc6b220..a982521 100644 --- a/Modelo/RepositorioLote.cs +++ b/Modelo/RepositorioLote.cs @@ -1,5 +1,4 @@ -using System.Runtime; -using Entidades; +using Entidades; namespace Modelo { diff --git a/Modelo/RepositorioOrdenDeCompra.cs b/Modelo/RepositorioOrdenDeCompra.cs index 3fcd930..de21f3a 100644 --- a/Modelo/RepositorioOrdenDeCompra.cs +++ b/Modelo/RepositorioOrdenDeCompra.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.Runtime; using Entidades; namespace Modelo diff --git a/Modelo/RepositorioPedidoDePresupuesto.cs b/Modelo/RepositorioPedidoDePresupuesto.cs index 5a2ee23..8a2e08b 100644 --- a/Modelo/RepositorioPedidoDePresupuesto.cs +++ b/Modelo/RepositorioPedidoDePresupuesto.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.Runtime; using Entidades; namespace Modelo diff --git a/Modelo/RepositorioPresupuesto.cs b/Modelo/RepositorioPresupuesto.cs index e675a2f..1764102 100644 --- a/Modelo/RepositorioPresupuesto.cs +++ b/Modelo/RepositorioPresupuesto.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.Runtime; using Entidades; namespace Modelo diff --git a/Modelo/RepositorioProductos.cs b/Modelo/RepositorioProductos.cs index 17e128a..0e258d5 100644 --- a/Modelo/RepositorioProductos.cs +++ b/Modelo/RepositorioProductos.cs @@ -1,5 +1,4 @@ -using System.Runtime; -using Entidades; +using Entidades; namespace Modelo { diff --git a/Modelo/RepositorioProveedor.cs b/Modelo/RepositorioProveedor.cs index 24958d3..15c2d19 100644 --- a/Modelo/RepositorioProveedor.cs +++ b/Modelo/RepositorioProveedor.cs @@ -1,5 +1,4 @@ -using System.Runtime; -using Entidades; +using Entidades; namespace Modelo { diff --git a/Modelo/RepositorioRemito.cs b/Modelo/RepositorioRemito.cs index bb710af..7207fcf 100644 --- a/Modelo/RepositorioRemito.cs +++ b/Modelo/RepositorioRemito.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.Runtime; using Entidades; namespace Modelo