public DepartmentService(Proj_Pedido_MVCContext context) { _context = context; }
public SellerService(Proj_Pedido_MVCContext context) { _context = context; }
public RegistroDeVendaService(Proj_Pedido_MVCContext context) { _context = context; }
public DepartmentsController(Proj_Pedido_MVCContext context) { _context = context; }