namespace website.Models.events { public class EditEventImageUri { public int? eventId { get; set; } public string? imageUri { get; set; } } }