public TestController(ITimezoneHelper timezoneHelper, IHostingEnvironment env) { this.timezoneHelper = timezoneHelper; this.env = env; }
public MysqlDbHelper(IConfiguration config, ITimezoneHelper timezoneHelper) { this.config = config; this.timezoneHelper = timezoneHelper; dbConString = config["Db:MySqlConnectionString_CloudSql"]; }