QuotationManagementSystem/ │ ├── 📂 QuotationManagementSystem/ │ ├── Controllers/ # Handles web and API requests │ │ ├── AccountController.cs │ │ ├── QuotationsController.cs │ │ ├── AdminController.cs ...