Feat: Cambios Varios

This commit is contained in:
2025-12-23 15:12:57 -03:00
parent 32663e6324
commit 8bc1308bc5
58 changed files with 4080 additions and 663 deletions

View File

@@ -14,6 +14,8 @@ public class CreateListingDto
public string? PrintFontSize { get; set; }
public string? PrintAlignment { get; set; }
public int PrintDaysCount { get; set; }
public string? ClientName { get; set; }
public string? ClientDni { get; set; }
}
public class ListingDto : CreateListingDto