move gdpucture parmas configuration to application layer

This commit is contained in:
Developer 02
2025-11-06 20:57:10 +01:00
parent 0480513288
commit 1341f69ab1
4 changed files with 24 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
namespace EnvelopeGenerator.Application.Common.Configurations;
/// <summary>
///
/// </summary>
public class GdPictureParams
{
/// <summary>
///
/// </summary>
public string License { get; set; } = null!;
}