_template-service/Configuration.cs

7 lines
119 B
C#
Raw Normal View History

namespace test236
{
public class Configuration
{
public string DBConnectionString { get; set; }
}
}