REN Unit Of Work
1. Configuration: Just Add to Your appsettings.json
appsettings.json"ConnectionStrings": {
"MSSQL": "Server=localhost,1499;Database=RenTestNet8Db;User Id=sa;Password=123qwe456TRY;TrustServerCertificate=True"
},2. Service Registration
builder.Services.RegisterRENDataServices();Last updated