generated from greyn/_template-service
8 lines
160 B
C#
8 lines
160 B
C#
namespace test274
|
|
{
|
|
public class Configuration
|
|
{
|
|
public string urls { get; set; }
|
|
public string DBConnectionString { get; set; }
|
|
}
|
|
} |