1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 01:39:00 +00:00
just-short-it/Model/RedisConnection.cs

5 lines
127 B
C#
Raw Permalink Normal View History

2023-04-15 13:40:46 +00:00
namespace JustShortIt.Model;
public record RedisConnection(string ConnectionString, string InstanceName = "JustShortIt");