Skip to content

Commit

Permalink
Update aspnet.md
Browse files Browse the repository at this point in the history
Corrected name constructor param.
  • Loading branch information
mill1 authored and JeremySkinner committed Nov 1, 2022
1 parent ea0026f commit 0c2ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aspnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public class PeopleController : Controller
{
// Inject our validator and also a DB context for storing our person object.
_validator = validator;
_repository = personRepository;
_repository = repository;
}

public ActionResult Create()
Expand Down

0 comments on commit 0c2ff0e

Please sign in to comment.