public TrocaTapesController(ManagmentRRContext context, Services.EmpresaServices empresaService, Services.TapeService tapeService) { _context = context; _empresaService = empresaService; _tapeService = tapeService; }
public TapesController(ManagmentRRContext context, Services.EmpresaServices empresaService) { _context = context; _empresaService = empresaService; }