Ejemplo n.º 1
0
 private void GetServiceInstances()
 {
     _hisseSenediService = InstanceFactory.GetInstance <IHisseSenediService>();
     _karPayiPuluService = InstanceFactory.GetInstance <IKarPayiPuluService>();
     _yeniPayPuluService = InstanceFactory.GetInstance <IYeniPayPuluService>();
     _logService         = InstanceFactory.GetInstance <ILogService>();
 }
Ejemplo n.º 2
0
 private void GetInstancesToRefresh()
 {
     _logService         = InstanceFactory.GetInstance <ILogService>();
     _hisseSahibiService = InstanceFactory.GetInstance <IHisseSahibiService>();
     _hisseSenediService = InstanceFactory.GetInstance <IHisseSenediService>();
 }