Open jibai-kia opened 1 year ago
namespace CleanBrightCompany.DTOs;
public class RewardDto
{
public int Id { get; set; }
public string Name { get; set; } = string.Empty;
public string Description { get; set; } = string.Empty;
public int PointCost { get; set; }
public bool IsActive { get; set; }
public string ImageUrl { get; set; } = string.Empty;
}
This thread provides updates related to Reward DTO