示例#1
0
 public UserAlbumRanksController()
 {
     _context      = new MusicRaterContext();
     eloMethods    = new EloHelperMethods();
     helperMethods = new UserAlbumRankHelperMethods();
 }
 public AlbumController()
 {
     _context      = new MusicRaterContext();
     HelperMethods = new UserAlbumRankHelperMethods();
 }