Idea of the project: if someone wants to order a project development, here you can send an application.
using System.Configuration;
namespace ProjectRequestTest.Core
{
public class Properties
{
public static string ConnectionString = ConfigurationManager.ConnectionStrings["ProjectRequestTestDb"].ConnectionString;
}
}