Exemplo n.º 1
0
 public ProdutoClientesController(OfertadosContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UsuarioController(OfertadosContext context, Jwt jwtService)
 {
     this.context    = context;
     this.jwtService = jwtService;
 }
Exemplo n.º 3
0
 public CategoriasController(OfertadosContext context)
 {
     _context = context;
 }