ASP.NET --WebAPI學習

創建一個項目 創建 Product 類 在該類中添加屬性, public int Id { get; set; } public string Name { get; set; } public string Category { get; set; } public decimal Price { get; set; } 如下圖: 完整代碼: using System; using System
相關文章
相關標籤/搜索