I have a model class modeled after what I am trying to access in appsettings and in startup I have
services.Configure<User>(Configuration.GetSection("Settings"));
my question is how can I access it in another class without needing DI or to have a constructor for that class, the reason I ask is because I already have a constructor