This commit is contained in:
mar-va 2024-12-17 01:26:58 +04:00
parent 962bd7cf42
commit ff4579d373

View File

@ -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;";
}