예제 #1
0
 public VenuesController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
 public InstrumentsController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
 public PerformancesController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #4
0
 public LocalMusiciansController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #5
0
 public PeopleController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #6
0
 public SheetMusicsController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #7
0
 public TutorTypesController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
 public TechniciansController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #9
0
 public MusicClassesController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #10
0
 public RepairsController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #11
0
 public StudentsController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }
예제 #12
0
 public EnsemblesController(IN705_2018S2_db3shared01Context context)
 {
     _context = context;
 }