示例#1
0
 public ArtistApiController(SoundLibDbContext _context)
 {
     this.context = _context;
 }
示例#2
0
 public GenreController(SoundLibDbContext _context)
 {
     this.context = _context;
 }
示例#3
0
 public SongController(SoundLibDbContext _context)
 {
     this.context = _context;
 }
示例#4
0
 public AlbumController(SoundLibDbContext _context)
 {
     this.context = _context;
 }