6 lines
120 B
C#
6 lines
120 B
C#
namespace JOBot.Infrastructure.Config;
|
|
|
|
public static class RabbitQueues
|
|
{
|
|
public const string AuthQueue = "auth";
|
|
} |