The Umbraco Services layer is used to query and manipulate Umbraco stored in the database.
Dependency injection
All services are available using their interfaces in the dependency injection container. ASP.NET Core supports dependency injection in almost every scenario.