Base Control Panel Modules and functionallity
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Sep 25, 2025
$ dotnet add package Alkanzi.ControlPanelA Plugin package provides a set of tools and functionalities to manage and organize inventory data efficiently. with full Db Context (Dependency Injection ready)
Consumer should add package services in program.cs or startup.cs
builder.Services.FibService(builder.Configuration.GetConnectionString("orclConn"),options =>
{
options.EnableFeatureX = false;
});
What are specific minimum requirements to use your packages? Consider excluding this section if your package works without any additional setup beyond simple package installation.
Examples about how to use your package by providing code snippets/example images, or samples links on GitHub if applicable.
Provide links to more resources: List links such as detailed documentation, tutorial videos, blog posts, or any other relevant documentation to help users get the most out of your package.
Where and how users can leave feedback?