public SellerService(ProjetoNetCoreWebMVCContext context) { _context = context; }
public DepartmentsController(ProjetoNetCoreWebMVCContext context) { _context = context; }
public SalesRecordService(ProjetoNetCoreWebMVCContext context) { _context = context; }
public DepartmentService(ProjetoNetCoreWebMVCContext context) { _context = context; }