6 lines
106 B
C#
6 lines
106 B
C#
namespace MyOffice.Web.Infrastructure;
|
|
|
|
public class GlobalSettings
|
|
{
|
|
public string? Host { get; set; }
|
|
} |