Beispiel #1
0
 public DepartamentoService(VendasMVCContext context)
 {
     this._content = context;
 }
 public DepartamentosController(VendasMVCContext context)
 {
     _context = context;
 }
 public RegistroVendaService(VendasMVCContext context)
 {
     this._content = context;
 }
 public DepartmentService(VendasMVCContext context)
 {
     _context = context;
 }
 public VendedorService(VendasMVCContext context)
 {
     this._content = context;
 }
 public SellerService(VendasMVCContext context)
 {
     _context = context;
 }