예제 #1
0
 public ProducersController(BandsContext context)
 {
     _context = context;
 }
예제 #2
0
 public AlbumsController(BandsContext context)
 {
     _context = context;
 }
 public Type_of_instrumentsController(BandsContext context)
 {
     _context = context;
 }
예제 #4
0
 public Musicians_in_groupsController(BandsContext context)
 {
     _context = context;
 }
예제 #5
0
 public GroupsController(BandsContext context)
 {
     _context = context;
 }
예제 #6
0
 public MusiciansController(BandsContext context)
 {
     _context = context;
 }
예제 #7
0
 public SongsController(BandsContext context)
 {
     _context = context;
 }