mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 02:52:56 +00:00
6 lines
158 B
C#
6 lines
158 B
C#
namespace CleanArchitecture.Domain.Constants;
|
|
|
|
public sealed class Messaging
|
|
{
|
|
public const string ExchangeNameNotifications = "exchange-notifications";
|
|
} |