mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
9 lines
212 B
C#
9 lines
212 B
C#
namespace Mqtt.Client.AspNetCore.Settings
|
|
{
|
|
public class AppSettingsProvider
|
|
{
|
|
public static BrokerHostSettings BrokerHostSettings;
|
|
public static ClientSettings ClientSettings;
|
|
}
|
|
}
|