Software_Engineering_Field_.../SiteManagementSystem(Softwa.../Model/RedisConfig.cs

9 lines
214 B
C#
Raw Normal View History

namespace SiteManagementSystem_SoftwareEngineering_.Model
{
public class RedisConfig
{
public int RedisDB { get; set; }
public string RedisConnectionString { get; set; } = null!;
}
}