initDependencyInjection function

void initDependencyInjection()

Implementation

void initDependencyInjection() {
  NetworkDI();
  PaymentMethodsDI();
  FawryPaymentDI();
  CardPaymentDI();
  PaymentDI();
}