Exemple #1
0
 /**
  * @brief assign all Model to local variables in controller
  *
  */
 public EditController(ApplicationDbContext db)
 {
     _widgetsSettings = new Dal(db);
     _ytModel         = new YoutubeModel();
     _sModel          = new SteamModel();
     _wModel          = new WeatherModel();
 }