예제 #1
0
 public TotalDeVendasServices(AppSiteWebContext context)
 {
     _context = context;
 }
 public DepartamentosController(AppSiteWebContext context)
 {
     _context = context;
 }
예제 #3
0
 public VendedorService(AppSiteWebContext context)
 {
     _context = context;
 }
예제 #4
0
 public ProdutoService(AppSiteWebContext context)
 {
     _context = context;
 }
예제 #5
0
 public DepartamentoService(AppSiteWebContext context)
 {
     _context = context;
 }