public UserController() { _context = new MusicRaterContext(); }
public UserAlbumRanksController() { _context = new MusicRaterContext(); eloMethods = new EloHelperMethods(); helperMethods = new UserAlbumRankHelperMethods(); }
public AlbumController() { _context = new MusicRaterContext(); HelperMethods = new UserAlbumRankHelperMethods(); }
public AdminController() { _context = new MusicRaterContext(); }
public AlbumsController() { _context = new MusicRaterContext(); }