|
My Project
|
| CCodePulse.API.Models.Domain.BlogPost | |
| CCodePulse.API.Models.DTO.BlogPostDto | 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 |
| CCodePulse.API.Models.Domain.Category | |
| CCodePulse.API.Models.DTO.CategoryDto | Data Transfer Object for a category |
| ▼CControllerBase | |
| CCodePulse.API.Controllers.BlogPostsController | Controller for managing blog posts. Provides endpoints for creating, retrieving, updating, and deleting blog posts |
| CCodePulse.API.Controllers.CategoriesController | Controller for managing categories. Provides endpoints for creating, retrieving, updating, and deleting categories |
| CCodePulse.API.Controllers.WeatherForecastController | |
| CCodePulse.API.Models.DTO.CreateBlogPostRequestDto | 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 |
| CCodePulse.API.Models.DTO.CreateCategoryRequestDto | 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 |
| ▼CDbContext | |
| CCodePulse.API.Data.ApplicationDbContext | |
| ▼CCodePulse.API.Repositories.Interface.IBlogPostRepository | Defines the contract for blog post repository operations |
| CCodePulse.API.Repositories.Implementations.BlogPostRepository | Repository for managing blog posts in the database |
| ▼CCodePulse.API.Repositories.Interface.ICategoryRepository | Defines the contract for category repository operations |
| CCodePulse.API.Repositories.Implementations.CategoryRepository | Repository for managing categories in the database |
| ▼CIOperationFilter | |
| CCodePulse.API.Swagger.CodeSampleOperationFilter | |
| ▼CMigration | |
| CCodePulse.API.Migrations.AddRelationships | |
| CCodePulse.API.Migrations.InitialMigration | |
| ▼CModelSnapshot | |
| CCodePulse.API.Migrations.ApplicationDbContextModelSnapshot | |
| CCodePulse.API.Models.DTO.UpdateCategoryRequestDto | 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 |
| CCodePulse.API.WeatherForecast |