merge de vista a master #43

Closed
fede wants to merge 16 commits from Vista into master
36 changed files with 23 additions and 123 deletions
Showing only changes of commit 1aba8e7cd5 - Show all commits
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -5
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()
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -6
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
+1 -6
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
+1 -6
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>
+1 -6
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>
+1 -6
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>
+1 -6
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>
+1 -6
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
+1 -6
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
{
+1 -6
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
+1 -6
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
{
+1 -6
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
{
+1 -6
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
{
+1 -6
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
{
+1 -6
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
+1 -6
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
+1 -6
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
+1 -7
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
{
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{
-1
View File
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{
-1
View File
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo
-1
View File
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo
-1
View File
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Runtime;
using Entidades;
using Entidades;
namespace Modelo
{
-1
View File
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Runtime;
using Entidades;
namespace Modelo