public AlunoRepositorio()
 {
     _context = new LTPVContext();
 }
Exemple #2
0
 public CarsRepository()
 {
     _context = new LTPVContext();
 }