Update
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace BackOffice.BFF.Application.PackageCQ.Queries.GetPackage;
|
||||
public class GetPackageResponseDto
|
||||
{
|
||||
//شناسه
|
||||
public long Id { get; set; }
|
||||
//عنوان
|
||||
public string Title { get; set; }
|
||||
//توضیحات
|
||||
public string Description { get; set; }
|
||||
//آدرس تصویر
|
||||
public string ImagePath { get; set; }
|
||||
//قیمت
|
||||
public long Price { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user