Files
Cleanuparr/code/backend/Cleanuparr.Infrastructure/Helpers/LogProperties.cs
2025-06-27 15:39:26 +03:00

7 lines
178 B
C#

namespace Cleanuparr.Infrastructure.Helpers;
public static class LogProperties
{
public const string Category = "Category";
public const string JobName = "JobName";
}