8 lines
188 B
C#
8 lines
188 B
C#
namespace Producer.Features.JobSupport;
|
|
|
|
public static class Literals
|
|
{
|
|
public const string CrawlersJobs = "CrawlersJobs";
|
|
public const string PublishingJobs = "PublishingJobs";
|
|
}
|