public UsersRepository(WeatherAppContext appContext)
 {
     _userContext     = appContext;
     _favoriteContext = appContext;
 }
Exemplo n.º 2
0
 public favoritesRepository(WeatherAppContext appContext)
 {
     _favorites = appContext;
 }