mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 02:31:08 +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";
|
|
} |