Lab2
This commit is contained in:
parent
962bd7cf42
commit
ff4579d373
@ -7,5 +7,5 @@ using System.Threading.Tasks;
|
||||
namespace ProjectItCompany.Repositories.Implementations;
|
||||
public class ConnectionString : IConnectionString
|
||||
{
|
||||
string IConnectionString.ConnectionString => "Server=localhost, 5432;Database=furnitureotp;Uid=postgres;Pwd=postgres;";
|
||||
string IConnectionString.ConnectionString => "Server=localhost, 5432;Database=itcompanyotp;Uid=postgres;Pwd=postgres;";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user