public ProdutosController(GerenteAutoestimaContext context)
 {
     _context = context;
 }
示例#2
0
 public CategoriasProdutosController(GerenteAutoestimaContext context)
 {
     _context = context;
 }
 public ServicoPopularBase(GerenteAutoestimaContext context)
 {
     _context = context;
 }
示例#4
0
 public CategoriasServicosController(GerenteAutoestimaContext context)
 {
     _context = context;
 }