Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace PowderCoating.Application.DTOs.Company;
|
||||
|
||||
/// <summary>
|
||||
/// Slim DTO passed into PdfService to control quote PDF appearance.
|
||||
/// </summary>
|
||||
public class QuoteTemplateSettingsDto
|
||||
{
|
||||
public string AccentColor { get; set; } = "#374151";
|
||||
public string? FooterNote { get; set; }
|
||||
public string? DefaultTerms { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user