inject<T> method

T inject<T>()

Inject a dependency from the DI container

Implementation

T inject<T>() => AirDI().get<T>();