Beispiel #1
0
 public ClientesController(DesarrolloTallerMecanicoContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ServicioMecanicoController(DesarrolloTallerMecanicoContext context)
 {
     _context = context;
 }
 public TipoVehiculoController(DesarrolloTallerMecanicoContext context)
 {
     _context = context;
 }