Files
CMS/src/CMSMicroservice.Application/ProductImagesCQ/Commands/CreateNewProductImages/CreateNewProductImagesResponseDto.cs
2025-11-12 02:24:02 +03:30

7 lines
179 B
C#

namespace CMSMicroservice.Application.ProductImagesCQ.Commands.CreateNewProductImages;
public class CreateNewProductImagesResponseDto
{
//
public long Id { get; set; }
}