Exemple #1
0
 public WeatherMethods()
 {
     _dataRepo = new DataAccessMain();
 }
Exemple #2
0
 public WeatherDataTests()
 {
     _dataAccesService = new DataAccessMain();
     _weatherRepo      = new WeatherRepo();
 }