|
My Project
|
| ▼NCodePulse | |
| ▼NAPI | |
| ▼NControllers | |
| CBlogPostsController | Controller for managing blog posts. Provides endpoints for creating, retrieving, updating, and deleting blog posts |
| CCategoriesController | Controller for managing categories. Provides endpoints for creating, retrieving, updating, and deleting categories |
| CWeatherForecastController | |
| ▼NData | |
| CApplicationDbContext | |
| ▼NMigrations | |
| CAddRelationships | |
| CApplicationDbContextModelSnapshot | |
| CInitialMigration | |
| ▼NModels | |
| ▼NDomain | |
| CBlogPost | |
| CCategory | |
| ▼NDTO | |
| CBlogPostDto | Data Transfer Object (DTO) for a blog post. This class encapsulates the details of a blog post, including metadata and content necessary for display and manipulation in the system |
| CCategoryDto | Data Transfer Object for a category |
| CCreateBlogPostRequestDto | Data Transfer Object (DTO) for creating a new blog post. This class encapsulates all the necessary information required to create a blog post in the system |
| CCreateCategoryRequestDto | Data Transfer Object (DTO) for creating a new category. This class holds the necessary information for defining a category within the system, which can be used for organizing blog posts |
| CUpdateCategoryRequestDto | Data Transfer Object (DTO) for updating an existing category. This class contains the information necessary to modify a category's details in the system, such as its name and URL handle |
| ▼NRepositories | |
| ▼NImplementations | |
| CBlogPostRepository | Repository for managing blog posts in the database |
| CCategoryRepository | Repository for managing categories in the database |
| ▼NInterface | |
| CIBlogPostRepository | Defines the contract for blog post repository operations |
| CICategoryRepository | Defines the contract for category repository operations |
| ▼NSwagger | |
| CCodeSampleOperationFilter | |
| CWeatherForecast |