Example #1
0
 public AudioByteController(ArandukAppContext context)
 {
     _context = context;
 }
Example #2
0
 public ArchivoController(ArandukAppContext context, IHostingEnvironment env)
 {
     _context = context;
     _env     = env;
 }
 public CategoriaController(ArandukAppContext context)
 {
     _context = context;
 }