Beispiel #1
0
 public PessoaController(FilmeDataBaseNetCoreContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GeneroController(FilmeDataBaseNetCoreContext context)
 {
     _context = context;
 }