añadida una precarga de proveedor
This commit is contained in:
@@ -20,15 +20,16 @@ namespace Vista
|
||||
|
||||
private static void PrecargarDatos()
|
||||
{
|
||||
/*ControladoraClientes.Instance.Añadir(new Cliente
|
||||
|
||||
ControladoraProveedores.Instance.Añadir(new Proveedor
|
||||
{
|
||||
Cuit = 0,
|
||||
Apellido = " ",
|
||||
Nombre = " ",
|
||||
Correo = " ",
|
||||
Direccion = " ",
|
||||
Habilitado = true
|
||||
});*/
|
||||
Cuit = 157618923,
|
||||
Direccion = "La Rioja 6412",
|
||||
Nombre = "Outlet Riojano",
|
||||
Habilitado = true,
|
||||
RazonSocial = "Vende Ropa"
|
||||
|
||||
});
|
||||
|
||||
ControladoraClientes.Instance.Añadir(new Cliente{
|
||||
Cuit = 23453659239,
|
||||
|
||||
Reference in New Issue
Block a user