Skip to content

Commit c3ff584

Browse files
author
Federico Arambarri
committed
Improve Readme
1 parent c33867a commit c3ff584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChattyIO/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ChattyIO WebAPI project contains two controllers:
1414

1515
* `ChunkyProductController`
1616

17-
The `GetProductsInSubCategoryAsync` action of the `ChattyProductController` retrieves the details of all products held, including sales order details, in the specified subcategory in the AdventureWorksLT database. The code connects to the database and fetches the details of the subcategory, the products in the subcategory, and the saless order details of each product as separate database requests before formatting the data and returning the result.
17+
The `GetProductsInSubCategoryAsync` action of the `ChattyProductController` retrieves detailed information about all products, including their sales order details, within a specified subcategory in the AdventureWorksLT database. The action connects to the database, retrieves the subcategory information, fetches the associated products, and obtains the sales order details for each product. These steps are performed as separate database requests before the data is formatted and returned as the result.
1818

1919
The `GetProductCategoryDetailsAsync` action of the `ChunkyProductController` performs a similar task except that it fetches the data from the database in a single request.
2020

0 commit comments

Comments
 (0)