Exemple #1
0
 /// <summary>
 /// Instance of Observable to fetch data on Update
 /// </summary>
 /// <param name="weatherStation"></param>
 internal SamsungMobile(WeatherStation weatherStation)
 {
     _weatherStation = weatherStation;
 }
 /// <summary>
 /// Instance of Observable to fetch data on Update
 /// </summary>
 /// <param name="weatherStation"></param>
 internal MotorolaMobile(WeatherStation weatherStation)
 {
     _weatherStation = weatherStation;
 }