Generator Changes at 11/20/2025 12:40:54 AM +03:30
This commit is contained in:
@@ -16,4 +16,18 @@ public class GetAllUserCartsByFilterResponseDto
|
||||
public long UserId { get; set; }
|
||||
//
|
||||
public int Count { get; set; }
|
||||
//
|
||||
public string ProductTitle { get; set; }
|
||||
//
|
||||
public string ProductShortInfomation { get; set; }
|
||||
//
|
||||
public long ProductPrice { get; set; }
|
||||
//
|
||||
public int ProductDiscount { get; set; }
|
||||
//
|
||||
public string ProductThumbnailPath { get; set; }
|
||||
//
|
||||
public int Count { get; set; }
|
||||
//
|
||||
public DateTime Created { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user