DD.WellWorkover.Cloud/ConsoleApp1/Program.cs

16 lines
427 B
C#
Raw Normal View History

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
2021-10-03 20:08:17 +05:00
{
2021-07-28 09:47:13 +05:00
static void Main(/*string[] args*/)
{
ActionWellOperationsRefactor.Main();
2021-10-06 16:30:46 +05:00
}
}
}