DEV Community

Discussion on: How YOU can Learn Dependency Injection in .NET Core and C#

Collapse
 
dolomike profile image
Michael Roberts • Edited

Loved the article! I found a small typo for correction in the controller:

private readonly _shippingService IShippingService;

Collapse
 
softchris profile image
Chris Noring

Thanks, Michael, glad you liked it. Appreciate the typo correction as well :)