Exemplo n.º 1
0
 public TrocaTapesController(ManagmentRRContext context, Services.EmpresaServices empresaService, Services.TapeService tapeService)
 {
     _context        = context;
     _empresaService = empresaService;
     _tapeService    = tapeService;
 }
Exemplo n.º 2
0
 public TapesController(ManagmentRRContext context, Services.EmpresaServices empresaService)
 {
     _context        = context;
     _empresaService = empresaService;
 }