front y back minimos
This commit is contained in:
12
back/DTO/PhotoFormModel.cs
Normal file
12
back/DTO/PhotoFormModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace back.DTO;
|
||||
|
||||
public class PhotoFormModel
|
||||
{
|
||||
public required string Title { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public string? Tags { get; set; }
|
||||
public string? People { get; set; }
|
||||
public IFormFile? Image { get; set; }
|
||||
public string? Ubicacion { get; set; }
|
||||
public string? Evento { get; set; }
|
||||
}
|
Reference in New Issue
Block a user