danieleteti / dmvcframeworktheofficialguide

Use this project to comunicate issues, requests and so forth for the "DMVCFramework - the official guide" book
Apache License 2.0
11 stars 2 forks source link

chapter 6 change in example code #9

Open jet2050 opened 3 years ago

jet2050 commented 3 years ago

page 119 chapter 6

current example:

ResponseCreated('api/customer...

it should be:

Render201Created('api/customer..

also please change to text below the code.