79764328

Date: 2025-09-14 13:08:21
Score: 1.5
Natty:
Report link
private readonly string _con;
    public CustomerRepositary(IConfiguration con)
    {
        _con = con.GetConnectionString("DefaultConnection");
    }

Package : System.Data.SqlClient

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31487649