mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
AspNet
This commit is contained in:
9
Esiur.AspNetCore/EsiurOptions.cs
Normal file
9
Esiur.AspNetCore/EsiurOptions.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Esiur.Net.IIP;
|
||||
|
||||
namespace Esiur.AspNetCore
|
||||
{
|
||||
public class EsiurOptions
|
||||
{
|
||||
public DistributedServer Server { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user