コード例 #1
0
 public UserController()
 {
     _context = new MusicRaterContext();
 }
コード例 #2
0
 public UserAlbumRanksController()
 {
     _context      = new MusicRaterContext();
     eloMethods    = new EloHelperMethods();
     helperMethods = new UserAlbumRankHelperMethods();
 }
コード例 #3
0
 public AlbumController()
 {
     _context      = new MusicRaterContext();
     HelperMethods = new UserAlbumRankHelperMethods();
 }
コード例 #4
0
 public AdminController()
 {
     _context = new MusicRaterContext();
 }
コード例 #5
0
 public AlbumsController()
 {
     _context = new MusicRaterContext();
 }