예제 #1
0
 public EmpleadosController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public ArtistController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public CargosController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #4
0
 public CategoriaProductosController(SoundBeatsDbContext context)
 {
     _context = context;
 }
 public MusicianController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #6
0
 public GenreController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public UsuariosController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #8
0
 public CountryController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #9
0
 public RolesController(SoundBeatsDbContext context)
 {
     _context = context;
 }
 public RegistroVentasController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #11
0
 public AlbumController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #12
0
 public SongsController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #13
0
 public CategoriaTerceroesController(SoundBeatsDbContext context)
 {
     _context = context;
 }
예제 #14
0
 public TercerosController(SoundBeatsDbContext context)
 {
     _context = context;
 }