Skip to content

Commit 3894f1a

Browse files
product name
1 parent ac73d54 commit 3894f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NorthwindCRUD/Models/Dtos/ProductDto.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ public class ProductDto : IProduct
77
{
88
public int ProductId { get; set; }
99

10+
public string ProductName { get; set; }
11+
1012
[Range(1, int.MaxValue, ErrorMessage = "SupplierId must be a valid supplier ID.")]
1113
public int? SupplierId { get; set; }
1214

0 commit comments

Comments
 (0)