este es el trabajo de hoy

This commit is contained in:
2025-02-01 02:29:34 -03:00
parent c0bc97fb64
commit af231344b6
11 changed files with 240 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Entidades.Dto;
public class SetVentaDto {
public int idpropiedad {get; set;}
public decimal monto {get; set;}
public int iddivisa {get; set;}
}