Add an new Attribut

This commit is contained in:
franc
2025-05-07 08:54:18 +02:00
parent abb1d774fe
commit d172642b1e
@@ -26,6 +26,8 @@ namespace Francesco.Recipes.World.Models
public Guid CategoryId { get; set; } public Guid CategoryId { get; set; }
public string? CategoryName { get; set; }
public IFormFile? Photo { get; set; } public IFormFile? Photo { get; set; }
public IFormFile? Video { get; set; } public IFormFile? Video { get; set; }