diff --git a/docs/errata/images/Page700a.png b/docs/errata/images/Page700a.png new file mode 100644 index 0000000..aaec939 Binary files /dev/null and b/docs/errata/images/Page700a.png differ diff --git a/docs/errata/images/Page700b.png b/docs/errata/images/Page700b.png new file mode 100644 index 0000000..cf6d32f Binary files /dev/null and b/docs/errata/images/Page700b.png differ diff --git a/docs/errata/images/Page700c.png b/docs/errata/images/Page700c.png new file mode 100644 index 0000000..833558f Binary files /dev/null and b/docs/errata/images/Page700c.png differ diff --git a/docs/errata/images/Page700d.png b/docs/errata/images/Page700d.png new file mode 100644 index 0000000..9c31166 Binary files /dev/null and b/docs/errata/images/Page700d.png differ diff --git a/docs/errata/images/Page700e.png b/docs/errata/images/Page700e.png new file mode 100644 index 0000000..df76823 Binary files /dev/null and b/docs/errata/images/Page700e.png differ diff --git a/docs/errata/images/Page700f.png b/docs/errata/images/Page700f.png new file mode 100644 index 0000000..077ee3a Binary files /dev/null and b/docs/errata/images/Page700f.png differ diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index 555cf27..46fda99 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -1193,37 +1193,37 @@ public async Task DeleteCustomerPost(string customerId)
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.ContactName, new { htmlAttributes = new { @class = "form-control" } })
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.Address, new { htmlAttributes = new { @class = "form-control" } })
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.City, new { htmlAttributes = new { @class = "form-control" } })
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.Region, new { htmlAttributes = new { @class = "form-control" } })
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.Country, new { htmlAttributes = new { @class = "form-control" } })
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.PostalCode, new { htmlAttributes = new { @class = "form-control" } })
- @Html.EditorFor(model => model.CompanyName, + @Html.EditorFor(model => model.Phone, new { htmlAttributes = new { @class = "form-control" } })