Compare commits

...

2 Commits

View File

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