Files
myoffice/MyOffice.Web/Infrastructure/GlobalSettings.cs
T
2023-04-29 09:17:17 +03:00

6 lines
106 B
C#

namespace MyOffice.Web.Infrastructure;
public class GlobalSettings
{
public string? Host { get; set; }
}