Skip to content

Commit 463d14d

Browse files
committed
Added missing columns in WebApi.Suppliers
1 parent c7675d9 commit 463d14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/databases/wide-world-importers/wwi-app/Controllers/ODataController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public async Task Customers(int id)
389389
}
390390

391391

392-
TableSpec suppliers = new TableSpec("WebApi","Suppliers", "SupplierID,SupplierName,SupplierCategoryName,PrimaryContact,AlternateContact,PhoneNumber,FaxNumber,WebsiteURL,SupplierReference,DeliveryLocation,BankAccountName,BankAccountBranch,BankAccountCode,BankAccountNumber,BankInternationalCode,PostalAddressLine1,PostalAddressLine2,PostalPostalCode,PaymentDays");
392+
TableSpec suppliers = new TableSpec("WebApi","Suppliers", "SupplierID,SupplierName,SupplierCategoryName,PrimaryContact,AlternateContact,PhoneNumber,FaxNumber,WebsiteURL,SupplierReference,DeliveryLocation,BankAccountName,BankAccountBranch,BankAccountCode,BankAccountNumber,BankInternationalCode,PostalAddressLine1,PostalAddressLine2,PostalPostalCode,PaymentDays,SupplierCategoryID");
393393

394394
[HttpGet]
395395
public async Task Suppliers(int? id)

0 commit comments

Comments
 (0)