Compare commits

..

No commits in common. "7122302b23afa265a31c3e4b86004291b7b87741" and "acf3f5687131185d71fd1bddedbdbf4b83e6c872" have entirely different histories.

View File

@ -18,8 +18,8 @@ namespace CaseAccountingDataBaseImplement
Host=localhost;
Port=5432;
Database=CaseAccountingDatabase;
Username=courseuser;
Password=courseuser");
Username=postgres;
Password=postgres");
}
base.OnConfiguring(optionsBuilder);
}