проекты
This commit is contained in:
13
PARR.BLL/Contracts/Interfaces/IMqSettings.cs
Normal file
13
PARR.BLL/Contracts/Interfaces/IMqSettings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace PARR.BLL.Contracts.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Поля настроек MQ, используется для appsettings.json
|
||||
/// </summary>
|
||||
public interface IMqSettings
|
||||
{
|
||||
string HostName { get; set; }
|
||||
string QueueName { get; set; }
|
||||
string User { get; set; }
|
||||
string Password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user