6 lines
130 B
C#
6 lines
130 B
C#
namespace Moonlight.Api.Infrastructure.Configuration;
|
|
|
|
public class CacheOptions
|
|
{
|
|
public bool EnableLayer2 { get; set; }
|
|
} |