DD.WellWorkover.Cloud/ConsoleApp1/Program.cs
2021-10-08 17:00:30 +05:00

16 lines
430 B
C#

namespace ConsoleApp1
{
//var options = new DbContextOptionsBuilder<AsbCloudDbContext>()
// .UseNpgsql("Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True")
// .Options;
//var context = new AsbCloudDbContext(options);
class Program
{
static void Main(/*string[] args*/)
{
DebugWellOperationImportService.Main();
}
}
}