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