6 lines
116 B
C#
6 lines
116 B
C#
namespace BlogPlatform.DTO.Post.Request;
|
|
|
|
public class PatchPostIncrementLikeDto
|
|
{
|
|
public int Id { get; set; }
|
|
} |