Example #1
0
 public BlogController()
 {
     _db = new WeatherForecastDBContext();
 }
 public WeatherServiceController()
 {
     db = new WeatherForecastDBContext();
 }
Example #3
0
 public AdminController()
 {
     _db = new WeatherForecastDBContext();
 }