public UserController()
 {
     _context = new MusicRaterContext();
 }
Exemple #2
0
 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();
 }