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<EFBFBD>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<EFBFBD>adir(new Cliente{
|
||||
Cuit = 23453659239,
|
||||
|
||||
Reference in New Issue
Block a user