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