public SatisEkleForm()
 {
     InitializeComponent();
     urunServis        = InstanceFactory.Get <IUrunService>();
     personelServis    = InstanceFactory.Get <IPersonelService>();
     musteriServis     = InstanceFactory.Get <IMusteriService>();
     urunHareketServis = InstanceFactory.Get <IUrunHareketService>();
 }
Пример #2
0
 public ArizaKaydiForm()
 {
     InitializeComponent();
     urunKabulServis   = InstanceFactory.Get <IUrunKabulService>();
     urunServis        = InstanceFactory.Get <IUrunService>();
     personelServis    = InstanceFactory.Get <IPersonelService>();
     musteriServis     = InstanceFactory.Get <IMusteriService>();
     urunHareketServis = InstanceFactory.Get <IUrunHareketService>();
 }