public CategoriaRepository(FiapPlayContext c)
 {
     _c = c;
 }
Exemple #2
0
 public FilmeRepository(FiapPlayContext c)
 {
     _c = c;
 }