mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-12 20:49:55 +00:00
5 lines
127 B
C#
5 lines
127 B
C#
namespace JustShortIt.Model;
|
|
|
|
public record RedisConnection(string ConnectionString, string InstanceName = "JustShortIt");
|
|
|