Exemple #1
0
 public bool Guardar()
 {
     GI.DA.AdmAlquileresData ad = new GI.DA.AdmAlquileresData();
     return ad.Guardar(this.Alquiler.IdPropiedad, (this.Contacto == null) ? 0 : this.Contacto.IdCliente);
 }