Loading BusinessLayer/BusinessConstants.cs 0 → 100644 +6 −0 Original line number Diff line number Diff line namespace BusinessLayer; public static class BusinessConstants { public static string WebRootPath { get; set; } } 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 Loading
BusinessLayer/BusinessConstants.cs 0 → 100644 +6 −0 Original line number Diff line number Diff line namespace BusinessLayer; public static class BusinessConstants { public static string WebRootPath { get; set; } }
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