mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 03:32:57 +00:00
10 lines
152 B
C#
10 lines
152 B
C#
using Esiur.Net.IIP;
|
|
|
|
namespace Esiur.AspNetCore
|
|
{
|
|
public class EsiurOptions
|
|
{
|
|
public DistributedServer Server { get; set; }
|
|
}
|
|
}
|