lo que hice hoy

This commit is contained in:
2025-01-17 00:25:37 -03:00
parent 59981d76d8
commit 2b757e527f
12 changed files with 452 additions and 88 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ public class PrecontratoDto {
public int CantidadGarantes { get; set; }
public int MesesHastaAumento { get; set; }
public bool TieneOpcionVenta { get; set; }
public string fechaprimernotificacion { get; set; }
public string fechaprimernotificacion { get; set; } = "";
public int MesesDuracionContrato { get; set; }
}