X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/4763f9f35aed5629241308415a4fca4794b3dadf..5bb1bb3c90e891755b8963804c9babe4b5f6b0d0:/demo/src/Controlador/RecibirPrestacionesController.cs?ds=sidebyside diff --git a/demo/src/Controlador/RecibirPrestacionesController.cs b/demo/src/Controlador/RecibirPrestacionesController.cs index a86e795..2f6cb77 100644 --- a/demo/src/Controlador/RecibirPrestacionesController.cs +++ b/demo/src/Controlador/RecibirPrestacionesController.cs @@ -41,8 +41,9 @@ namespace Controlador { try { + #region Creacion de Prestador para test //Para test: - Prestador pre = new Prestador(); + /*Prestador pre = new Prestador(); pre.Cuit = "30-12345678-1"; Dominio.SDireccion dir; dir.Calle = "Gaona"; dir.CodigoPostal = "AB1504"; dir.Departamento = ""; @@ -54,8 +55,9 @@ namespace Controlador pre.Nombre = "Clinica San Camilo"; pre.Password = "camilo"; pre.Zona = new SZona( "Caballito", "Zona de Caballito" ); - this.Db.set( pre ); + this.Db.set( pre );*/ //Para test + #endregion Creacion de Prestador para test //1. Obtener todos los prestadores ArrayList prestadores = this.ObjectSetToArrayList( this.Db.get(new Prestador()) );