1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00
just-short-it/Model/RedisConnection.cs
2023-04-15 15:40:46 +02:00

5 lines
127 B
C#

namespace JustShortIt.Model;
public record RedisConnection(string ConnectionString, string InstanceName = "JustShortIt");