mirror of
https://github.com/sphildreth/roadie
synced 2024-11-23 04:33:16 +00:00
10 lines
No EOL
172 B
C#
10 lines
No EOL
172 B
C#
using System;
|
|
|
|
namespace Roadie.Library.Configuration
|
|
{
|
|
[Serializable]
|
|
public class RedisCache
|
|
{
|
|
public string ConnectionString { get; set; }
|
|
}
|
|
} |