namespace YD_Event.Application.Blog.Dtos;
public class PicturesPageOutput
{
public long Id { get; set; }
public string Url { get; set; }
}