public DetalleController(TallerContext context)
 {
     detalleservice = new DetalleService(context);
 }
Exemplo n.º 2
0
 public DetalleController(TiendaVirtualContext _context)
 {
     context         = _context;
     _detalleService = new DetalleService(context);
 }
Exemplo n.º 3
0
 public DetalleController(TestWebContext context)
 {
     detalleService = new DetalleService(context);
 }
Exemplo n.º 4
0
 public DetalleController(TiendaContext tiendaContext)
 {
     _service = new DetalleService(tiendaContext);
 }