7 lines
150 B
C#
7 lines
150 B
C#
namespace YD_Event.Application.Blog.Dtos;
|
|
|
|
public class PicturesPageOutput
|
|
{
|
|
public long Id { get; set; }
|
|
public string Url { get; set; }
|
|
} |