2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
esiur-dotnet/Esiur.AspNetCore/EsiurOptions.cs
2024-10-09 05:26:51 +03:00

10 lines
152 B
C#

using Esiur.Net.IIP;
namespace Esiur.AspNetCore
{
public class EsiurOptions
{
public DistributedServer Server { get; set; }
}
}