Loading BusinessLayer/DTOs/GiftCardCreateDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ public class GiftCardCreateDto { public int Discount { get; set; } public string Name { get; set; } public string Name { get; set; } = ""; public int CouponsCount { get; set; } public DateTime? StartDateTime { get; set; } public DateTime? ExpiryDateTime { get; set; } Loading BusinessLayer/DTOs/GiftCardDetailDto.cs +0 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,5 @@ public class GiftCardDetailDto : GiftCardViewDto { public int Id { get; set; } public List<CouponCodeDto> CouponCodes { get; set; } = []; } No newline at end of file BusinessLayer/DTOs/GiftCardEditDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ public class GiftCardEditDto { public int Id { get; set; } public string Name { get; set; } public string Name { get; set; } = ""; public int Discount { get; set; } public int CouponsCount { get; set; } public DateTime? StartDateTime { get; set; } Loading BusinessLayer/DTOs/GiftCardViewDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ public class GiftCardViewDto { public int Id { get; set; } public string Name { get; set; } public string Name { get; set; } = ""; public int Discount { get; set; } public int CouponsCount { get; set; } public DateTime? StartDateTime { get; set; } Loading BusinessLayer/DTOs/ProductImageDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ public class ProductImageDto : ProductDto { public required string ImageValue { get; set; } public string? ImageValue { get; set; } } Loading
BusinessLayer/DTOs/GiftCardCreateDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ public class GiftCardCreateDto { public int Discount { get; set; } public string Name { get; set; } public string Name { get; set; } = ""; public int CouponsCount { get; set; } public DateTime? StartDateTime { get; set; } public DateTime? ExpiryDateTime { get; set; } Loading
BusinessLayer/DTOs/GiftCardDetailDto.cs +0 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,5 @@ public class GiftCardDetailDto : GiftCardViewDto { public int Id { get; set; } public List<CouponCodeDto> CouponCodes { get; set; } = []; } No newline at end of file
BusinessLayer/DTOs/GiftCardEditDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ public class GiftCardEditDto { public int Id { get; set; } public string Name { get; set; } public string Name { get; set; } = ""; public int Discount { get; set; } public int CouponsCount { get; set; } public DateTime? StartDateTime { get; set; } Loading
BusinessLayer/DTOs/GiftCardViewDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ public class GiftCardViewDto { public int Id { get; set; } public string Name { get; set; } public string Name { get; set; } = ""; public int Discount { get; set; } public int CouponsCount { get; set; } public DateTime? StartDateTime { get; set; } Loading
BusinessLayer/DTOs/ProductImageDto.cs +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ public class ProductImageDto : ProductDto { public required string ImageValue { get; set; } public string? ImageValue { get; set; } }