Exemplo n.º 1
0
 public EditModel(Exercícios.Data.ExercíciosContext context)
 {
     _context = context;
 }
 public DeleteModel(Exercícios.Data.ExercíciosContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public IndexModel(Exercícios.Data.ExercíciosContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public DetailsModel(Exercícios.Data.ExercíciosContext context)
 {
     _context = context;
 }