Cache.cs 89 Bytes
namespace Rcs.Domain.Settings
{
    public record Cache(int ExpirationTimeSeconds);
}