Avances hasta las 16

This commit is contained in:
2025-01-17 16:05:31 -03:00
parent 2b757e527f
commit 9a088a37b2
7 changed files with 428 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
namespace Entidades.Dto;
public class MarcarPagoDto {
public long Idcontrato { get; set; }
public DateTime fecha { get; set; }
}