public EFCorePasswordService(ILogger <AdoNetPasswordService> log,
                              PasswordDbContext dbContext,
                              IImagePersister par_ImagePersister,
                              IOptionsMonitor <PasswordsOptions> OpzioniPassword,
                              IHttpContextAccessor par_HttpContextAccessor)
 {
     this.par_ImagePersister      = par_ImagePersister;
     this.OpzioniPassword         = OpzioniPassword;
     this.par_HttpContextAccessor = par_HttpContextAccessor;
     this.log       = log;
     this.dbContext = dbContext;
 }
 public BaseController()
 {
     this.db = new PasswordDbContext();
 }